Html Css Color HEX #60D6FE Turquoise Blue

📋 copy color: '#60D6FE'

red 96 ◦ green 214 ◦ blue 254

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

Shades of Turquoise Blue #60D6FE

Tints of Turquoise Blue #60D6FE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.94%

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 17.02%
G = 37.94%
B = 45.04%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60D6FE (or 0x60D6FE) is known color: Turquoise Blue. HEX triplet: 60, D6 and FE. RGB value is (96,214,254). Sum of RGB (Red+Green+Blue) = 96+214+254=564 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.02% from 564); Green value is 214 (83.98% from 255 or 37.94% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #60D6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D6FE is #9F2901. Grayscale: #B7B7B7. Windows color (decimal): -10430722 or 16701024. OLE color: 16701024.

HSL color Cylindrical-coordinate representation of color #60D6FE: hue angle of 195.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60D6FE is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 214 254 -
CMYK 0.62 0.16 0 0.00
HSL 195.19º 0.99% 0.69% -
HSV(B) 195.19º 0.62% 1% -
XYZ 46.76 57.74 102.45 -
YUV 183.28 167.91 65.75 -
System Red Green Blue C M Y K H S L
Decimal 96 214 254 0.62 0.16 0 0.00 195.19 0.99 0.69
Hex 60 D6 FE 3E 10 0 0 C3 63 45
Octal 140 326 376 76 20 0 0 303 143 105
Binary 1100000 11010110 11111110 111110 10000 0 0 11000011 1100011 1000101

Color Harmonies of #60D6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D6FE

Black with #60D6FE

Text Example


Text Example

White with #60D6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,214,254); }

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

background-color css

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

 a { background-color: rgb(96,214,254); }

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

border-color css

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

 span { border-color: rgb(96,214,254); }

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