Html Css Color HEX #60DCFE Turquoise Blue

📋 copy color: '#60DCFE'

red 96 ◦ green 220 ◦ blue 254

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

Shades of Turquoise Blue #60DCFE

Tints of Turquoise Blue #60DCFE

RGB

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

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

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

R = 16.84%
G = 38.6%
B = 44.56%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60DCFE (or 0x60DCFE) is known color: Turquoise Blue. HEX triplet: 60, DC and FE. RGB value is (96,220,254). Sum of RGB (Red+Green+Blue) = 96+220+254=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #60DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFE is #9F2301. Grayscale: #BABABA. Windows color (decimal): -10429186 or 16702560. OLE color: 16702560.

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

Color convert

RGB 96 220 254 -
CMYK 0.62 0.13 0 0.00
HSL 192.91º 0.99% 0.69% -
HSV(B) 192.91º 0.62% 1% -
XYZ 48.31 60.83 102.96 -
YUV 186.8 165.92 63.24 -
System Red Green Blue C M Y K H S L
Decimal 96 220 254 0.62 0.13 0 0.00 192.91 0.99 0.69
Hex 60 DC FE 3E D 0 0 C1 63 45
Octal 140 334 376 76 15 0 0 301 143 105
Binary 1100000 11011100 11111110 111110 1101 0 0 11000001 1100011 1000101

Color Harmonies of #60DCFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCFE

Black with #60DCFE

Text Example


Text Example

White with #60DCFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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