Html Css Color HEX #60DAFA Turquoise Blue

📋 copy color: '#60DAFA'

red 96 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #60DAFA

Tints of Turquoise Blue #60DAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 17.02%
G = 38.65%
B = 44.33%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60DAFA (or 0x60DAFA) is known color: Turquoise Blue. HEX triplet: 60, DA and FA. RGB value is (96,218,250). Sum of RGB (Red+Green+Blue) = 96+218+250=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #60DAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAFA is #9F2505. Grayscale: #B8B8B8. Windows color (decimal): -10429702 or 16439904. OLE color: 16439904.

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

Color convert

RGB 96 218 250 -
CMYK 0.62 0.13 0 0.02
HSL 192.47º 0.94% 0.68% -
HSV(B) 192.47º 0.62% 0.98% -
XYZ 47.15 59.53 99.45 -
YUV 185.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 96 218 250 0.62 0.13 0 0.02 192.47 0.94 0.68
Hex 60 DA FA 3E D 0 2 C0 5E 44
Octal 140 332 372 76 15 0 2 300 136 104
Binary 1100000 11011010 11111010 111110 1101 0 10 11000000 1011110 1000100

Color Harmonies of #60DAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DAFA

Black with #60DAFA

Text Example


Text Example

White with #60DAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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