Html Css Color HEX #72DEDC Turquoise Blue

📋 copy color: '#72DEDC'

red 114 ◦ green 222 ◦ blue 220

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

Shades of Turquoise Blue #72DEDC

Tints of Turquoise Blue #72DEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 20.5%
G = 39.93%
B = 39.57%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#72DEDC (or 0x72DEDC) is known color: Turquoise Blue. HEX triplet: 72, DE and DC. RGB value is (114,222,220). Sum of RGB (Red+Green+Blue) = 114+222+220=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 222 (87.11% from 255 or 39.93% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DEDC is #8D2123. Grayscale: #BDBDBD. Windows color (decimal): -9249060 or 14474866. OLE color: 14474866.

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

Color convert

RGB 114 222 220 -
CMYK 0.49 0 0.01 0.13
HSL 178.89º 0.62% 0.66% -
HSV(B) 178.89º 0.49% 0.87% -
XYZ 45.98 60.99 77.06 -
YUV 189.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 114 222 220 0.49 0 0.01 0.13 178.89 0.62 0.66
Hex 72 DE DC 31 0 1 D B3 3E 42
Octal 162 336 334 61 0 1 15 263 76 102
Binary 1110010 11011110 11011100 110001 0 1 1101 10110011 111110 1000010

Color Harmonies of #72DEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DEDC

Black with #72DEDC

Text Example


Text Example

White with #72DEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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