Html Css Color HEX #72E9E8 Turquoise Blue

📋 copy color: '#72E9E8'

red 114 ◦ green 233 ◦ blue 232

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

Shades of Turquoise Blue #72E9E8

Tints of Turquoise Blue #72E9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 19.69%
G = 40.24%
B = 40.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.00

 K value IS 0.09

RGB Variations

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

Color information

#72E9E8 (or 0x72E9E8) is known color: Turquoise Blue. HEX triplet: 72, E9 and E8. RGB value is (114,233,232). Sum of RGB (Red+Green+Blue) = 114+233+232=579 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.69% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9E8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72E9E8 is #8D1617. Grayscale: #C5C5C5. Windows color (decimal): -9246232 or 15264114. OLE color: 15264114.

HSL color Cylindrical-coordinate representation of color #72E9E8: hue angle of 179.5º 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 #72E9E8 is Cyan = 0.51, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.

Color convert

RGB 114 233 232 -
CMYK 0.51 0 0.00 0.09
HSL 179.5º 0.73% 0.68% -
HSV(B) 179.5º 0.51% 0.91% -
XYZ 50.64 67.68 86.74 -
YUV 197.31 147.58 68.58 -
System Red Green Blue C M Y K H S L
Decimal 114 233 232 0.51 0 0.00 0.09 179.5 0.73 0.68
Hex 72 E9 E8 33 0 0 9 B3 49 44
Octal 162 351 350 63 0 0 11 263 111 104
Binary 1110010 11101001 11101000 110011 0 0 1001 10110011 1001001 1000100

Color Harmonies of #72E9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E9E8

Black with #72E9E8

Text Example


Text Example

White with #72E9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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