Html Css Color HEX #60D9EC Turquoise Blue

📋 copy color: '#60D9EC'

red 96 ◦ green 217 ◦ blue 236

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

Shades of Turquoise Blue #60D9EC

Tints of Turquoise Blue #60D9EC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.53%

 BLUE value IS 236 (92.58% from 255) = 42.99%

R = 17.49%
G = 39.53%
B = 42.99%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#60D9EC (or 0x60D9EC) is known color: Turquoise Blue. HEX triplet: 60, D9 and EC. RGB value is (96,217,236). Sum of RGB (Red+Green+Blue) = 96+217+236=549 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.49% from 549); Green value is 217 (85.16% from 255 or 39.53% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #60D9EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60D9EC is #9F2613. Grayscale: #B6B6B6. Windows color (decimal): -10429972 or 15522144. OLE color: 15522144.

HSL color Cylindrical-coordinate representation of color #60D9EC: hue angle of 188.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60D9EC is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 217 236 -
CMYK 0.59 0.08 0 0.07
HSL 188.14º 0.79% 0.65% -
HSV(B) 188.14º 0.59% 0.93% -
XYZ 44.78 58.17 88.22 -
YUV 182.99 157.91 65.96 -
System Red Green Blue C M Y K H S L
Decimal 96 217 236 0.59 0.08 0 0.07 188.14 0.79 0.65
Hex 60 D9 EC 3B 8 0 7 BC 4F 41
Octal 140 331 354 73 10 0 7 274 117 101
Binary 1100000 11011001 11101100 111011 1000 0 111 10111100 1001111 1000001

Color Harmonies of #60D9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D9EC

Black with #60D9EC

Text Example


Text Example

White with #60D9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,217,236); }

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

background-color css

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

 a { background-color: rgb(96,217,236); }

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

border-color css

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

 span { border-color: rgb(96,217,236); }

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