Html Css Color HEX #60DCFF Turquoise Blue

📋 copy color: '#60DCFF'

red 96 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #60DCFF

Tints of Turquoise Blue #60DCFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.66%

R = 16.81%
G = 38.53%
B = 44.66%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60DCFF (or 0x60DCFF) is known color: Turquoise Blue. HEX triplet: 60, DC and FF. RGB value is (96,220,255). Sum of RGB (Red+Green+Blue) = 96+220+255=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #60DCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFF is #9F2300. Grayscale: #BABABA. Windows color (decimal): -10429185 or 16768096. OLE color: 16768096.

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

Color convert

RGB 96 220 255 -
CMYK 0.62 0.14 0 0
HSL 193.21º 1% 0.69% -
HSV(B) 193.21º 0.62% 1% -
XYZ 48.47 60.89 103.81 -
YUV 186.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 96 220 255 0.62 0.14 0 0 193.21 1 0.69
Hex 60 DC FF 3E E 0 0 C1 64 45
Octal 140 334 377 76 16 0 0 301 144 105
Binary 1100000 11011100 11111111 111110 1110 0 0 11000001 1100100 1000101

Color Harmonies of #60DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCFF

Black with #60DCFF

Text Example


Text Example

White with #60DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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