Html Css Color HEX #72E5EA Turquoise Blue

📋 copy color: '#72E5EA'

red 114 ◦ green 229 ◦ blue 234

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

Shades of Turquoise Blue #72E5EA

Tints of Turquoise Blue #72E5EA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 39.69%

 BLUE value IS 234 (91.8% from 255) = 40.55%

R = 19.76%
G = 39.69%
B = 40.55%

CMYK

 C value IS 0.51

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72E5EA (or 0x72E5EA) is known color: Turquoise Blue. HEX triplet: 72, E5 and EA. RGB value is (114,229,234). Sum of RGB (Red+Green+Blue) = 114+229+234=577 (76% of max value = 765). Red value is 114 (44.92% from 255 or 19.76% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #72E5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72E5EA is #8D1A15. Grayscale: #C3C3C3. Windows color (decimal): -9247254 or 15394162. OLE color: 15394162.

HSL color Cylindrical-coordinate representation of color #72E5EA: hue angle of 182.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72E5EA is Cyan = 0.51, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 229 234 -
CMYK 0.51 0.02 0 0.08
HSL 182.5º 0.74% 0.68% -
HSV(B) 182.5º 0.51% 0.92% -
XYZ 49.81 65.56 87.87 -
YUV 195.19 149.9 70.09 -
System Red Green Blue C M Y K H S L
Decimal 114 229 234 0.51 0.02 0 0.08 182.5 0.74 0.68
Hex 72 E5 EA 33 2 0 8 B6 4A 44
Octal 162 345 352 63 2 0 10 266 112 104
Binary 1110010 11100101 11101010 110011 10 0 1000 10110110 1001010 1000100

Color Harmonies of #72E5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5EA

Black with #72E5EA

Text Example


Text Example

White with #72E5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,229,234); }

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

background-color css

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

 a { background-color: rgb(114,229,234); }

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

border-color css

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

 span { border-color: rgb(114,229,234); }

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