Html Css Color HEX #72DCFC Turquoise Blue

📋 copy color: '#72DCFC'

red 114 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #72DCFC

Tints of Turquoise Blue #72DCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43%

R = 19.45%
G = 37.54%
B = 43%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#72DCFC (or 0x72DCFC) is known color: Turquoise Blue. HEX triplet: 72, DC and FC. RGB value is (114,220,252). Sum of RGB (Red+Green+Blue) = 114+220+252=586 (77% of max value = 765). Red value is 114 (44.92% from 255 or 19.45% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 252 (98.83% from 255 or 43.00% from 586); Max value from RGB is 252 - color contains mainly: blue. Hex color #72DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #72DCFC is #8D2303. Grayscale: #BFBFBF. Windows color (decimal): -9249540 or 16571506. OLE color: 16571506.

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

Color convert

RGB 114 220 252 -
CMYK 0.55 0.13 0 0.01
HSL 193.91º 0.96% 0.72% -
HSV(B) 193.91º 0.55% 0.99% -
XYZ 50.1 61.79 101.38 -
YUV 191.95 161.88 72.4 -
System Red Green Blue C M Y K H S L
Decimal 114 220 252 0.55 0.13 0 0.01 193.91 0.96 0.72
Hex 72 DC FC 37 D 0 1 C2 60 48
Octal 162 334 374 67 15 0 1 302 140 110
Binary 1110010 11011100 11111100 110111 1101 0 1 11000010 1100000 1001000

Color Harmonies of #72DCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DCFC

Black with #72DCFC

Text Example


Text Example

White with #72DCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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