Html Css Color HEX #72DFDB Turquoise Blue

📋 copy color: '#72DFDB'

red 114 ◦ green 223 ◦ blue 219

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

Shades of Turquoise Blue #72DFDB

Tints of Turquoise Blue #72DFDB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.11%

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

R = 20.5%
G = 40.11%
B = 39.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#72DFDB (or 0x72DFDB) is known color: Turquoise Blue. HEX triplet: 72, DF and DB. RGB value is (114,223,219). Sum of RGB (Red+Green+Blue) = 114+223+219=556 (73% of max value = 765). Red value is 114 (44.92% from 255 or 20.50% from 556); Green value is 223 (87.5% from 255 or 40.11% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 223 - color contains mainly: green. Hex color #72DFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #72DFDB is #8D2024. Grayscale: #BDBDBD. Windows color (decimal): -9248805 or 14409586. OLE color: 14409586.

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

Color convert

RGB 114 223 219 -
CMYK 0.49 0 0.02 0.13
HSL 177.8º 0.63% 0.66% -
HSV(B) 177.8º 0.49% 0.87% -
XYZ 46.11 61.47 76.45 -
YUV 189.95 144.39 73.83 -
System Red Green Blue C M Y K H S L
Decimal 114 223 219 0.49 0 0.02 0.13 177.8 0.63 0.66
Hex 72 DF DB 31 0 2 D B2 3F 42
Octal 162 337 333 61 0 2 15 262 77 102
Binary 1110010 11011111 11011011 110001 0 10 1101 10110010 111111 1000010

Color Harmonies of #72DFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DFDB

Black with #72DFDB

Text Example


Text Example

White with #72DFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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