Html Css Color HEX #72E9E6 Turquoise Blue

📋 copy color: '#72E9E6'

red 114 ◦ green 233 ◦ blue 230

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

Shades of Turquoise Blue #72E9E6

Tints of Turquoise Blue #72E9E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.86%

R = 19.76%
G = 40.38%
B = 39.86%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#72E9E6 (or 0x72E9E6) is known color: Turquoise Blue. HEX triplet: 72, E9 and E6. RGB value is (114,233,230). Sum of RGB (Red+Green+Blue) = 114+233+230=577 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.76% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #72E9E6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #72E9E6 is #8D1619. Grayscale: #C4C4C4. Windows color (decimal): -9246234 or 15133042. OLE color: 15133042.

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

Color convert

RGB 114 233 230 -
CMYK 0.51 0 0.01 0.09
HSL 178.49º 0.73% 0.68% -
HSV(B) 178.49º 0.51% 0.91% -
XYZ 50.36 67.57 85.25 -
YUV 197.08 146.58 68.74 -
System Red Green Blue C M Y K H S L
Decimal 114 233 230 0.51 0 0.01 0.09 178.49 0.73 0.68
Hex 72 E9 E6 33 0 1 9 B2 49 44
Octal 162 351 346 63 0 1 11 262 111 104
Binary 1110010 11101001 11100110 110011 0 1 1001 10110010 1001001 1000100

Color Harmonies of #72E9E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E9E6

Black with #72E9E6

Text Example


Text Example

White with #72E9E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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