Html Css Color HEX #60C5CC Medium Turquoise

📋 copy color: '#60C5CC'

red 96 ◦ green 197 ◦ blue 204

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

Shades of Medium Turquoise #60C5CC

Tints of Medium Turquoise #60C5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.64%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 19.32%
G = 39.64%
B = 41.05%

CMYK

 C value IS 0.53

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#60C5CC (or 0x60C5CC) is known color: Medium Turquoise. HEX triplet: 60, C5 and CC. RGB value is (96,197,204). Sum of RGB (Red+Green+Blue) = 96+197+204=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #60C5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5CC is #9F3A33. Grayscale: #A7A7A7. Windows color (decimal): -10435124 or 13419872. OLE color: 13419872.

HSL color Cylindrical-coordinate representation of color #60C5CC: hue angle of 183.89º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60C5CC is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 197 204 -
CMYK 0.53 0.03 0 0.2
HSL 183.89º 0.51% 0.59% -
HSV(B) 183.89º 0.53% 0.8% -
XYZ 35.69 46.78 64.27 -
YUV 167.6 148.54 76.93 -
System Red Green Blue C M Y K H S L
Decimal 96 197 204 0.53 0.03 0 0.2 183.89 0.51 0.59
Hex 60 C5 CC 35 3 0 14 B8 33 3B
Octal 140 305 314 65 3 0 24 270 63 73
Binary 1100000 11000101 11001100 110101 11 0 10100 10111000 110011 111011

Color Harmonies of #60C5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C5CC

Black with #60C5CC

Text Example


Text Example

White with #60C5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,197,204); }

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

background-color css

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

 a { background-color: rgb(96,197,204); }

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

border-color css

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

 span { border-color: rgb(96,197,204); }

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