Html Css Color HEX #60CAC9 Medium Turquoise

📋 copy color: '#60CAC9'

red 96 ◦ green 202 ◦ blue 201

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

Shades of Medium Turquoise #60CAC9

Tints of Medium Turquoise #60CAC9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.48%

 BLUE value IS 201 (78.91% from 255) = 40.28%

R = 19.24%
G = 40.48%
B = 40.28%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#60CAC9 (or 0x60CAC9) is known color: Medium Turquoise. HEX triplet: 60, CA and C9. RGB value is (96,202,201). Sum of RGB (Red+Green+Blue) = 96+202+201=499 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.24% from 499); Green value is 202 (79.30% from 255 or 40.48% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 202 - color contains mainly: green. Hex color #60CAC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CAC9 is #9F3536. Grayscale: #AAAAAA. Windows color (decimal): -10433847 or 13224544. OLE color: 13224544.

HSL color Cylindrical-coordinate representation of color #60CAC9: hue angle of 179.43º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CAC9 is Cyan = 0.52, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 201 -
CMYK 0.52 0 0.00 0.21
HSL 179.43º 0.5% 0.58% -
HSV(B) 179.43º 0.52% 0.79% -
XYZ 36.49 48.94 62.78 -
YUV 170.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 96 202 201 0.52 0 0.00 0.21 179.43 0.5 0.58
Hex 60 CA C9 34 0 0 15 B3 32 3A
Octal 140 312 311 64 0 0 25 263 62 72
Binary 1100000 11001010 11001001 110100 0 0 10101 10110011 110010 111010

Color Harmonies of #60CAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CAC9

Black with #60CAC9

Text Example


Text Example

White with #60CAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,201); }

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

background-color css

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

 a { background-color: rgb(96,202,201); }

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

border-color css

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

 span { border-color: rgb(96,202,201); }

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