Html Css Color HEX #72E9DE Turquoise Blue

📋 copy color: '#72E9DE'

red 114 ◦ green 233 ◦ blue 222

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

Shades of Turquoise Blue #72E9DE

Tints of Turquoise Blue #72E9DE

RGB

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

 GREEN value IS 233 (91.41% from 255) = 40.95%

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 20.04%
G = 40.95%
B = 39.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#72E9DE (or 0x72E9DE) is known color: Turquoise Blue. HEX triplet: 72, E9 and DE. RGB value is (114,233,222). Sum of RGB (Red+Green+Blue) = 114+233+222=569 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.04% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #72E9DE is #8D1621. Grayscale: #C4C4C4. Windows color (decimal): -9246242 or 14608754. OLE color: 14608754.

HSL color Cylindrical-coordinate representation of color #72E9DE: hue angle of 174.45º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E9DE is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 233 222 -
CMYK 0.51 0 0.05 0.09
HSL 174.45º 0.73% 0.68% -
HSV(B) 174.45º 0.51% 0.91% -
XYZ 49.26 67.13 79.47 -
YUV 196.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 114 233 222 0.51 0 0.05 0.09 174.45 0.73 0.68
Hex 72 E9 DE 33 0 5 9 AE 49 44
Octal 162 351 336 63 0 5 11 256 111 104
Binary 1110010 11101001 11011110 110011 0 101 1001 10101110 1001001 1000100

Color Harmonies of #72E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E9DE

Black with #72E9DE

Text Example


Text Example

White with #72E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,233,222); }

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

background-color css

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

 a { background-color: rgb(114,233,222); }

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

border-color css

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

 span { border-color: rgb(114,233,222); }

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