#4ADFF3

Color #4ADFF3 Turquoise Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise Blue #4ADFF3

Tints of Turquoise Blue #4ADFF3

Color information

#4ADFF3 (or 0x4ADFF3) is unknown color: approx Turquoise Blue. HEX triplet: 4A, DF and F3. RGB value is (74,223,243). Sum of RGB (Red+Green+Blue) = 74+223+243=540 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.70% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #4ADFF3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADFF3 is #B5200C. Grayscale: #B4B4B4. Windows color (decimal): -11870221 or 15982410. OLE color: 15982410.

HSL color Cylindrical-coordinate representation of color #4ADFF3: hue angle of 187.1º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ADFF3 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB74223243-
CMYK0.700.0800.05
HSL187.1º87.56%62.16%-
HSV(B)187.1º69.55%95.29%-
XYZ45.3960.794.12-
YUV180.73163.1451.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 74 (29.30% from 255) = 13.70%
GREEN value IS 223 (87.5% from 255) = 41.30%
BLUE value IS 243 (95.31% from 255) = 45%
R=13.70%
G=41.30%
B=45%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742232430.700.0800.05187.187.5662.16
Hex4ADFF346805bb583e
Octal112337363106100527313076
Binary10010101101111111110011100011010000101101110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4ADFF3; }

 p { color: rgb(74,223,243); }

 H1.HeaderClassName
 {
   color: #4ADFF3;
 }
 .AnyTagClassName
 {
   color: #4ADFF3;
 }
</style>
background-color css

<style>
 a { background-color: #4ADFF3; }

 a { background-color: rgb(74,223,243); }

 div.DivClassName
 {
   background-color: #4ADFF3;
 }
 .BgClassName
 {
   background-color: #4ADFF3;
 }
</style>
border-color css

<style>
 span { border-color: #4ADFF3; }

 span { border-color: rgb(74,223,243); }

 td.TdClassName
 {
   border-color: #4ADFF3;
 }
 .TagClassName
 {
   border-color: #4ADFF3;
 }
</style>