Html Css Color HEX #72D9DD Turquoise Blue

📋 copy color: '#72D9DD'

red 114 ◦ green 217 ◦ blue 221

#72D9DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #72D9DD

Tints of Turquoise Blue #72D9DD

RGB

 RED value IS 114 (44.92% from 255) = 20.65%

 GREEN value IS 217 (85.16% from 255) = 39.31%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 20.65%
G = 39.31%
B = 40.04%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#72D9DD (or 0x72D9DD) is known color: Turquoise Blue. HEX triplet: 72, D9 and DD. RGB value is (114,217,221). Sum of RGB (Red+Green+Blue) = 114+217+221=552 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.65% from 552); Green value is 217 (85.16% from 255 or 39.31% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #72D9DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72D9DD is #8D2622. Grayscale: #BABABA. Windows color (decimal): -9250339 or 14539122. OLE color: 14539122.

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

Color convert

RGB 114 217 221 -
CMYK 0.48 0.02 0 0.13
HSL 182.24º 0.61% 0.66% -
HSV(B) 182.24º 0.48% 0.87% -
XYZ 44.8 58.42 77.32 -
YUV 186.66 147.38 76.17 -
System Red Green Blue C M Y K H S L
Decimal 114 217 221 0.48 0.02 0 0.13 182.24 0.61 0.66
Hex 72 D9 DD 30 2 0 D B6 3D 42
Octal 162 331 335 60 2 0 15 266 75 102
Binary 1110010 11011001 11011101 110000 10 0 1101 10110110 111101 1000010

Color Harmonies of #72D9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D9DD

Black with #72D9DD

Text Example


Text Example

White with #72D9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72D9DD;
 }
 .AnyTagClassName
 {
   color: #72D9DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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