#4ADBDD

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

Shades of Turquoise #4ADBDD

Tints of Turquoise #4ADBDD

Color information

#4ADBDD (or 0x4ADBDD) is unknown color: approx Turquoise. HEX triplet: 4A, DB and DD. RGB value is (74,219,221). Sum of RGB (Red+Green+Blue) = 74+219+221=514 (68% of max value = 765). Red value is 74 (29.30% from 255 or 14.40% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #4ADBDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ADBDD is #B52422. Grayscale: #AFAFAF. Windows color (decimal): -11871267 or 14539594. OLE color: 14539594.

HSL color Cylindrical-coordinate representation of color #4ADBDD: hue angle of 180.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ADBDD is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74219221-
CMYK0.670.0100.13
HSL180.82º68.37%57.84%-
HSV(B)180.82º66.52%86.67%-
XYZ41.2157.3477.3-
YUV175.87153.4655.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 14.40%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 221 (86.72% from 255) = 43.00%
R=14.40%
G=42.61%
B=43.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal742192210.670.0100.13180.8268.3757.84
Hex4ADBDD4310Db5443a
Octal112333335103101526510472
Binary100101011011011110111011000011101101101101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ADBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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