Html Css Color HEX #72DDDB Turquoise Blue

📋 copy color: '#72DDDB'

red 114 ◦ green 221 ◦ blue 219

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

Shades of Turquoise Blue #72DDDB

Tints of Turquoise Blue #72DDDB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

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

R = 20.58%
G = 39.89%
B = 39.53%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#72DDDB (or 0x72DDDB) is known color: Turquoise Blue. HEX triplet: 72, DD and DB. RGB value is (114,221,219). Sum of RGB (Red+Green+Blue) = 114+221+219=554 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.58% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 221 - color contains mainly: green. Hex color #72DDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DDDB is #8D2224. Grayscale: #BCBCBC. Windows color (decimal): -9249317 or 14409074. OLE color: 14409074.

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

Color convert

RGB 114 221 219 -
CMYK 0.48 0 0.01 0.13
HSL 178.88º 0.61% 0.66% -
HSV(B) 178.88º 0.48% 0.87% -
XYZ 45.58 60.4 76.27 -
YUV 188.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 114 221 219 0.48 0 0.01 0.13 178.88 0.61 0.66
Hex 72 DD DB 30 0 1 D B3 3D 42
Octal 162 335 333 60 0 1 15 263 75 102
Binary 1110010 11011101 11011011 110000 0 1 1101 10110011 111101 1000010

Color Harmonies of #72DDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DDDB

Black with #72DDDB

Text Example


Text Example

White with #72DDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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