Html Css Color HEX #72DED4 Turquoise Blue

📋 copy color: '#72DED4'

red 114 ◦ green 222 ◦ blue 212

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

Shades of Turquoise Blue #72DED4

Tints of Turquoise Blue #72DED4

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.51%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 20.8%
G = 40.51%
B = 38.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#72DED4 (or 0x72DED4) is known color: Turquoise Blue. HEX triplet: 72, DE and D4. RGB value is (114,222,212). Sum of RGB (Red+Green+Blue) = 114+222+212=548 (72% of max value = 765). Red value is 114 (44.92% from 255 or 20.80% from 548); Green value is 222 (87.11% from 255 or 40.51% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 222 - color contains mainly: green. Hex color #72DED4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DED4 is #8D212B. Grayscale: #BCBCBC. Windows color (decimal): -9249068 or 13950578. OLE color: 13950578.

HSL color Cylindrical-coordinate representation of color #72DED4: hue angle of 174.44º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72DED4 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 222 212 -
CMYK 0.49 0 0.05 0.13
HSL 174.44º 0.62% 0.66% -
HSV(B) 174.44º 0.49% 0.87% -
XYZ 44.94 60.57 71.61 -
YUV 188.57 141.22 74.81 -
System Red Green Blue C M Y K H S L
Decimal 114 222 212 0.49 0 0.05 0.13 174.44 0.62 0.66
Hex 72 DE D4 31 0 5 D AE 3E 42
Octal 162 336 324 61 0 5 15 256 76 102
Binary 1110010 11011110 11010100 110001 0 101 1101 10101110 111110 1000010

Color Harmonies of #72DED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DED4

Black with #72DED4

Text Example


Text Example

White with #72DED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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