#4ADDE5

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

Shades of Turquoise #4ADDE5

Tints of Turquoise #4ADDE5

Color information

#4ADDE5 (or 0x4ADDE5) is unknown color: approx Turquoise. HEX triplet: 4A, DD and E5. RGB value is (74,221,229). Sum of RGB (Red+Green+Blue) = 74+221+229=524 (69% of max value = 765). Red value is 74 (29.30% from 255 or 14.12% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #4ADDE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADDE5 is #B5221A. Grayscale: #B1B1B1. Windows color (decimal): -11870747 or 15064394. OLE color: 15064394.

HSL color Cylindrical-coordinate representation of color #4ADDE5: hue angle of 183.1º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ADDE5 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB74221229-
CMYK0.680.0300.10
HSL183.1º74.88%59.41%-
HSV(B)183.1º67.69%89.8%-
XYZ42.8258.8383.23-
YUV177.96156.853.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.12%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 229 (89.84% from 255) = 43.70%
R=14.12%
G=42.18%
B=43.70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal742212290.680.0300.10183.174.8859.41
Hex4ADDE54430Ab74b3b
Octal112335345104301226711373
Binary1001010110111011110010110001001101010101101111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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