Html Css Color HEX #72DBEB Turquoise Blue

📋 copy color: '#72DBEB'

red 114 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #72DBEB

Tints of Turquoise Blue #72DBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.37%

R = 20.07%
G = 38.56%
B = 41.37%

CMYK

 C value IS 0.51

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#72DBEB (or 0x72DBEB) is known color: Turquoise Blue. HEX triplet: 72, DB and EB. RGB value is (114,219,235). Sum of RGB (Red+Green+Blue) = 114+219+235=568 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20.07% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #72DBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBEB is #8D2414. Grayscale: #BDBDBD. Windows color (decimal): -9249813 or 15457138. OLE color: 15457138.

HSL color Cylindrical-coordinate representation of color #72DBEB: hue angle of 187.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72DBEB is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 114 219 235 -
CMYK 0.51 0.07 0 0.08
HSL 187.93º 0.75% 0.68% -
HSV(B) 187.93º 0.51% 0.92% -
XYZ 47.27 60.24 87.73 -
YUV 189.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 114 219 235 0.51 0.07 0 0.08 187.93 0.75 0.68
Hex 72 DB EB 33 7 0 8 BC 4B 44
Octal 162 333 353 63 7 0 10 274 113 104
Binary 1110010 11011011 11101011 110011 111 0 1000 10111100 1001011 1000100

Color Harmonies of #72DBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBEB

Black with #72DBEB

Text Example


Text Example

White with #72DBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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