#72DDD4

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

Shades of Turquoise Blue #72DDD4

Tints of Turquoise Blue #72DDD4

Color information

#72DDD4 (or 0x72DDD4) is unknown color: approx Turquoise Blue. HEX triplet: 72, DD and D4. RGB value is (114,221,212). Sum of RGB (Red+Green+Blue) = 114+221+212=547 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.84% from 547); Green value is 221 (86.72% from 255 or 40.40% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDD4 is #8D222B. Grayscale: #BBBBBB. Windows color (decimal): -9249324 or 13950322. OLE color: 13950322.

HSL color Cylindrical-coordinate representation of color #72DDD4: hue angle of 174.95º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #72DDD4 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB114221212-
CMYK0.4800.040.13
HSL174.95º61.14%65.69%-
HSV(B)174.95º48.42%86.67%-
XYZ44.6860.0471.52-
YUV187.98141.5575.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.84%
GREEN value IS 221 (86.72% from 255) = 40.40%
BLUE value IS 212 (83.20% from 255) = 38.76%
R=20.84%
G=40.40%
B=38.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142212120.4800.040.13174.9561.1465.69
Hex72DDD43004Daf3d42
Octal16233532460041525775102
Binary1110010110111011101010011000001001101101011111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72DDD4; }

 p { color: rgb(114,221,212); }

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

<style>
 a { background-color: #72DDD4; }

 a { background-color: rgb(114,221,212); }

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

<style>
 span { border-color: #72DDD4; }

 span { border-color: rgb(114,221,212); }

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