#72D6DD

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

Shades of Turquoise Blue #72D6DD

Tints of Turquoise Blue #72D6DD

Color information

#72D6DD (or 0x72D6DD) is unknown color: approx Turquoise Blue. HEX triplet: 72, D6 and DD. RGB value is (114,214,221). Sum of RGB (Red+Green+Blue) = 114+214+221=549 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.77% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #72D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D6DD is #8D2922. Grayscale: #B8B8B8. Windows color (decimal): -9251107 or 14538354. OLE color: 14538354.

HSL color Cylindrical-coordinate representation of color #72D6DD: hue angle of 183.93º 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 #72D6DD is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB114214221-
CMYK0.480.0300.13
HSL183.93º61.14%65.69%-
HSV(B)183.93º48.42%86.67%-
XYZ44.0456.8977.07-
YUV184.9148.3777.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 20.77%
GREEN value IS 214 (83.98% from 255) = 38.98%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=20.77%
G=38.98%
B=40.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1142142210.480.0300.13183.9361.1465.69
Hex72D6DD3030Db83d42
Octal16232633560301527075102
Binary111001011010110110111011100001101101101110001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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