Html Css Color HEX #72DBED Turquoise Blue

📋 copy color: '#72DBED'

red 114 ◦ green 219 ◦ blue 237

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

Shades of Turquoise Blue #72DBED

Tints of Turquoise Blue #72DBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.58%

R = 20%
G = 38.42%
B = 41.58%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#72DBED (or 0x72DBED) is known color: Turquoise Blue. HEX triplet: 72, DB and ED. RGB value is (114,219,237). Sum of RGB (Red+Green+Blue) = 114+219+237=570 (75% of max value = 765). Red value is 114 (44.92% from 255 or 20% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #72DBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBED is #8D2412. Grayscale: #BDBDBD. Windows color (decimal): -9249811 or 15588210. OLE color: 15588210.

HSL color Cylindrical-coordinate representation of color #72DBED: hue angle of 188.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72DBED is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 114 219 237 -
CMYK 0.52 0.08 0 0.07
HSL 188.78º 0.77% 0.69% -
HSV(B) 188.78º 0.52% 0.93% -
XYZ 47.56 60.35 89.26 -
YUV 189.66 154.71 74.04 -
System Red Green Blue C M Y K H S L
Decimal 114 219 237 0.52 0.08 0 0.07 188.78 0.77 0.69
Hex 72 DB ED 34 8 0 7 BD 4D 45
Octal 162 333 355 64 10 0 7 275 115 105
Binary 1110010 11011011 11101101 110100 1000 0 111 10111101 1001101 1000101

Color Harmonies of #72DBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBED

Black with #72DBED

Text Example


Text Example

White with #72DBED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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