Html Css Color HEX #72E5D9 Turquoise Blue

📋 copy color: '#72E5D9'

red 114 ◦ green 229 ◦ blue 217

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

Shades of Turquoise Blue #72E5D9

Tints of Turquoise Blue #72E5D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.75%

R = 20.36%
G = 40.89%
B = 38.75%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#72E5D9 (or 0x72E5D9) is known color: Turquoise Blue. HEX triplet: 72, E5 and D9. RGB value is (114,229,217). Sum of RGB (Red+Green+Blue) = 114+229+217=560 (74% of max value = 765). Red value is 114 (44.92% from 255 or 20.36% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 217 (85.16% from 255 or 38.75% from 560); Max value from RGB is 229 - color contains mainly: green. Hex color #72E5D9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72E5D9 is #8D1A26. Grayscale: #C1C1C1. Windows color (decimal): -9247271 or 14280050. OLE color: 14280050.

HSL color Cylindrical-coordinate representation of color #72E5D9: hue angle of 173.74º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72E5D9 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 114 229 217 -
CMYK 0.50 0 0.05 0.10
HSL 173.74º 0.69% 0.67% -
HSV(B) 173.74º 0.5% 0.9% -
XYZ 47.48 64.63 75.62 -
YUV 193.25 141.4 71.48 -
System Red Green Blue C M Y K H S L
Decimal 114 229 217 0.50 0 0.05 0.10 173.74 0.69 0.67
Hex 72 E5 D9 32 0 5 A AE 45 43
Octal 162 345 331 62 0 5 12 256 105 103
Binary 1110010 11100101 11011001 110010 0 101 1010 10101110 1000101 1000011

Color Harmonies of #72E5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E5D9

Black with #72E5D9

Text Example


Text Example

White with #72E5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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