Html Css Color HEX #72DBFB Turquoise Blue

📋 copy color: '#72DBFB'

red 114 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #72DBFB

Tints of Turquoise Blue #72DBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.98%

R = 19.52%
G = 37.5%
B = 42.98%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72DBFB (or 0x72DBFB) is known color: Turquoise Blue. HEX triplet: 72, DB and FB. RGB value is (114,219,251). Sum of RGB (Red+Green+Blue) = 114+219+251=584 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.52% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #72DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DBFB is #8D2404. Grayscale: #BFBFBF. Windows color (decimal): -9249797 or 16505714. OLE color: 16505714.

HSL color Cylindrical-coordinate representation of color #72DBFB: hue angle of 194.01º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72DBFB is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 219 251 -
CMYK 0.55 0.13 0 0.02
HSL 194.01º 0.94% 0.72% -
HSV(B) 194.01º 0.55% 0.98% -
XYZ 49.68 61.21 100.46 -
YUV 191.25 161.71 72.9 -
System Red Green Blue C M Y K H S L
Decimal 114 219 251 0.55 0.13 0 0.02 194.01 0.94 0.72
Hex 72 DB FB 37 D 0 2 C2 5E 48
Octal 162 333 373 67 15 0 2 302 136 110
Binary 1110010 11011011 11111011 110111 1101 0 10 11000010 1011110 1001000

Color Harmonies of #72DBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DBFB

Black with #72DBFB

Text Example


Text Example

White with #72DBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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