Html Css Color HEX #60DBFC Turquoise Blue

📋 copy color: '#60DBFC'

red 96 ◦ green 219 ◦ blue 252

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

Shades of Turquoise Blue #60DBFC

Tints of Turquoise Blue #60DBFC

RGB

 RED value IS 96 (37.89% from 255) = 16.93%

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

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

R = 16.93%
G = 38.62%
B = 44.44%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60DBFC (or 0x60DBFC) is known color: Turquoise Blue. HEX triplet: 60, DB and FC. RGB value is (96,219,252). Sum of RGB (Red+Green+Blue) = 96+219+252=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 219 (85.94% from 255 or 38.62% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #60DBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBFC is #9F2403. Grayscale: #B9B9B9. Windows color (decimal): -10429444 or 16571232. OLE color: 16571232.

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

Color convert

RGB 96 219 252 -
CMYK 0.62 0.13 0 0.01
HSL 192.69º 0.96% 0.68% -
HSV(B) 192.69º 0.62% 0.99% -
XYZ 47.73 60.18 101.2 -
YUV 185.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 96 219 252 0.62 0.13 0 0.01 192.69 0.96 0.68
Hex 60 DB FC 3E D 0 1 C1 60 44
Octal 140 333 374 76 15 0 1 301 140 104
Binary 1100000 11011011 11111100 111110 1101 0 1 11000001 1100000 1000100

Color Harmonies of #60DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DBFC

Black with #60DBFC

Text Example


Text Example

White with #60DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60DBFC; }

 p { color: rgb(96,219,252); }

 H1.HeaderClassName
 {
   color: #60DBFC;
 }
 .AnyTagClassName
 {
   color: #60DBFC;
 }
</style>

background-color css

<style>
 a { background-color: #60DBFC; }

 a { background-color: rgb(96,219,252); }

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

border-color css

<style>
 span { border-color: #60DBFC; }

 span { border-color: rgb(96,219,252); }

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