Html Css Color HEX #72DEDB Turquoise Blue

📋 copy color: '#72DEDB'

red 114 ◦ green 222 ◦ blue 219

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

Shades of Turquoise Blue #72DEDB

Tints of Turquoise Blue #72DEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 20.54%
G = 40%
B = 39.46%

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

#72DEDB (or 0x72DEDB) is known color: Turquoise Blue. HEX triplet: 72, DE and DB. RGB value is (114,222,219). Sum of RGB (Red+Green+Blue) = 114+222+219=555 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.54% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #72DEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DEDB is #8D2124. Grayscale: #BDBDBD. Windows color (decimal): -9249061 or 14409330. OLE color: 14409330.

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

Color convert

RGB 114 222 219 -
CMYK 0.49 0 0.01 0.13
HSL 178.33º 0.62% 0.66% -
HSV(B) 178.33º 0.49% 0.87% -
XYZ 45.85 60.93 76.36 -
YUV 189.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 114 222 219 0.49 0 0.01 0.13 178.33 0.62 0.66
Hex 72 DE DB 31 0 1 D B2 3E 42
Octal 162 336 333 61 0 1 15 262 76 102
Binary 1110010 11011110 11011011 110001 0 1 1101 10110010 111110 1000010

Color Harmonies of #72DEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DEDB

Black with #72DEDB

Text Example


Text Example

White with #72DEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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