Html Css Color HEX #72DBDE Turquoise Blue

📋 copy color: '#72DBDE'

red 114 ◦ green 219 ◦ blue 222

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

Shades of Turquoise Blue #72DBDE

Tints of Turquoise Blue #72DBDE

RGB

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

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

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

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

CMYK

 C value IS 0.49

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 114 219 222 -
CMYK 0.49 0.01 0 0.13
HSL 181.67º 0.62% 0.66% -
HSV(B) 181.67º 0.49% 0.87% -
XYZ 45.46 59.51 78.2 -
YUV 187.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 114 219 222 0.49 0.01 0 0.13 181.67 0.62 0.66
Hex 72 DB DE 31 1 0 D B6 3E 42
Octal 162 333 336 61 1 0 15 266 76 102
Binary 1110010 11011011 11011110 110001 1 0 1101 10110110 111110 1000010

Color Harmonies of #72DBDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBDE

Black with #72DBDE

Text Example


Text Example

White with #72DBDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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