Html Css Color HEX #60DCF6 Turquoise Blue

📋 copy color: '#60DCF6'

red 96 ◦ green 220 ◦ blue 246

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

Shades of Turquoise Blue #60DCF6

Tints of Turquoise Blue #60DCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.77%

R = 17.08%
G = 39.15%
B = 43.77%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#60DCF6 (or 0x60DCF6) is known color: Turquoise Blue. HEX triplet: 60, DC and F6. RGB value is (96,220,246). Sum of RGB (Red+Green+Blue) = 96+220+246=562 (74% of max value = 765). Red value is 96 (37.89% from 255 or 17.08% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #60DCF6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCF6 is #9F2309. Grayscale: #B9B9B9. Windows color (decimal): -10429194 or 16178272. OLE color: 16178272.

HSL color Cylindrical-coordinate representation of color #60DCF6: hue angle of 190.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60DCF6 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 96 220 246 -
CMYK 0.61 0.11 0 0.04
HSL 190.4º 0.89% 0.67% -
HSV(B) 190.4º 0.61% 0.96% -
XYZ 47.05 60.33 96.35 -
YUV 185.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 96 220 246 0.61 0.11 0 0.04 190.4 0.89 0.67
Hex 60 DC F6 3D B 0 4 BE 59 43
Octal 140 334 366 75 13 0 4 276 131 103
Binary 1100000 11011100 11110110 111101 1011 0 100 10111110 1011001 1000011

Color Harmonies of #60DCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DCF6

Black with #60DCF6

Text Example


Text Example

White with #60DCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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