Html Css Color HEX #60C5C6 Medium Turquoise

📋 copy color: '#60C5C6'

red 96 ◦ green 197 ◦ blue 198

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

Shades of Medium Turquoise #60C5C6

Tints of Medium Turquoise #60C5C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.33%

R = 19.55%
G = 40.12%
B = 40.33%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#60C5C6 (or 0x60C5C6) is known color: Medium Turquoise. HEX triplet: 60, C5 and C6. RGB value is (96,197,198). Sum of RGB (Red+Green+Blue) = 96+197+198=491 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.55% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 198 (77.73% from 255 or 40.33% from 491); Max value from RGB is 198 - color contains mainly: blue. Hex color #60C5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C5C6 is #9F3A39. Grayscale: #A6A6A6. Windows color (decimal): -10435130 or 13026656. OLE color: 13026656.

HSL color Cylindrical-coordinate representation of color #60C5C6: hue angle of 180.59º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C5C6 is Cyan = 0.52, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 96 197 198 -
CMYK 0.52 0.01 0 0.22
HSL 180.59º 0.47% 0.58% -
HSV(B) 180.59º 0.52% 0.78% -
XYZ 34.98 46.5 60.56 -
YUV 166.92 145.54 77.42 -
System Red Green Blue C M Y K H S L
Decimal 96 197 198 0.52 0.01 0 0.22 180.59 0.47 0.58
Hex 60 C5 C6 34 1 0 16 B5 2F 3A
Octal 140 305 306 64 1 0 26 265 57 72
Binary 1100000 11000101 11000110 110100 1 0 10110 10110101 101111 111010

Color Harmonies of #60C5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C5C6

Black with #60C5C6

Text Example


Text Example

White with #60C5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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