#4ADDF2

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

Shades of Turquoise Blue #4ADDF2

Tints of Turquoise Blue #4ADDF2

Color information

#4ADDF2 (or 0x4ADDF2) is unknown color: approx Turquoise Blue. HEX triplet: 4A, DD and F2. RGB value is (74,221,242). Sum of RGB (Red+Green+Blue) = 74+221+242=537 (71% of max value = 765). Red value is 74 (29.30% from 255 or 13.78% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #4ADDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4ADDF2 is #B5220D. Grayscale: #B3B3B3. Windows color (decimal): -11870734 or 15916362. OLE color: 15916362.

HSL color Cylindrical-coordinate representation of color #4ADDF2: hue angle of 187.5º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4ADDF2 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB74221242-
CMYK0.690.0900.05
HSL187.5º86.6%61.96%-
HSV(B)187.5º69.42%94.9%-
XYZ44.7159.5893.15-
YUV179.44163.352.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 13.78%
GREEN value IS 221 (86.72% from 255) = 41.15%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=13.78%
G=41.15%
B=45.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal742212420.690.0900.05187.586.661.96
Hex4ADDF245905bc573e
Octal112335362105110527412776
Binary10010101101110111110010100010110010101101111001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,221,242); }

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

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

 a { background-color: rgb(74,221,242); }

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

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

 span { border-color: rgb(74,221,242); }

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