Html Css Color HEX #60DAFC Turquoise Blue

📋 copy color: '#60DAFC'

red 96 ◦ green 218 ◦ blue 252

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

Shades of Turquoise Blue #60DAFC

Tints of Turquoise Blue #60DAFC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.52%

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

R = 16.96%
G = 38.52%
B = 44.52%

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

#60DAFC (or 0x60DAFC) is known color: Turquoise Blue. HEX triplet: 60, DA and FC. RGB value is (96,218,252). Sum of RGB (Red+Green+Blue) = 96+218+252=566 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.96% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #60DAFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAFC is #9F2503. Grayscale: #B9B9B9. Windows color (decimal): -10429700 or 16570976. OLE color: 16570976.

HSL color Cylindrical-coordinate representation of color #60DAFC: hue angle of 193.08º 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 #60DAFC is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 96 218 252 -
CMYK 0.62 0.13 0 0.01
HSL 193.08º 0.96% 0.68% -
HSV(B) 193.08º 0.62% 0.99% -
XYZ 47.47 59.66 101.11 -
YUV 185.4 165.58 64.24 -
System Red Green Blue C M Y K H S L
Decimal 96 218 252 0.62 0.13 0 0.01 193.08 0.96 0.68
Hex 60 DA FC 3E D 0 1 C1 60 44
Octal 140 332 374 76 15 0 1 301 140 104
Binary 1100000 11011010 11111100 111110 1101 0 1 11000001 1100000 1000100

Color Harmonies of #60DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAFC

Black with #60DAFC

Text Example


Text Example

White with #60DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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