Html Css Color HEX #72DCFB Turquoise Blue

📋 copy color: '#72DCFB'

red 114 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #72DCFB

Tints of Turquoise Blue #72DCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.61%

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

R = 19.49%
G = 37.61%
B = 42.91%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#72DCFB (or 0x72DCFB) is known color: Turquoise Blue. HEX triplet: 72, DC and FB. RGB value is (114,220,251). Sum of RGB (Red+Green+Blue) = 114+220+251=585 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.49% from 585); Green value is 220 (86.33% from 255 or 37.61% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #72DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCFB is #8D2304. Grayscale: #BFBFBF. Windows color (decimal): -9249541 or 16505970. OLE color: 16505970.

HSL color Cylindrical-coordinate representation of color #72DCFB: hue angle of 193.58º 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 #72DCFB is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 114 220 251 -
CMYK 0.55 0.12 0 0.02
HSL 193.58º 0.94% 0.72% -
HSV(B) 193.58º 0.55% 0.98% -
XYZ 49.95 61.73 100.55 -
YUV 191.84 161.38 72.48 -
System Red Green Blue C M Y K H S L
Decimal 114 220 251 0.55 0.12 0 0.02 193.58 0.94 0.72
Hex 72 DC FB 37 C 0 2 C2 5E 48
Octal 162 334 373 67 14 0 2 302 136 110
Binary 1110010 11011100 11111011 110111 1100 0 10 11000010 1011110 1001000

Color Harmonies of #72DCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCFB

Black with #72DCFB

Text Example


Text Example

White with #72DCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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