Html Css Color HEX #60CACA Medium Turquoise

📋 copy color: '#60CACA'

red 96 ◦ green 202 ◦ blue 202

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

Shades of Medium Turquoise #60CACA

Tints of Medium Turquoise #60CACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 19.2%
G = 40.4%
B = 40.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60CACA (or 0x60CACA) is known color: Medium Turquoise. HEX triplet: 60, CA and CA. RGB value is (96,202,202). Sum of RGB (Red+Green+Blue) = 96+202+202=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: green, blue. Hex color #60CACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CACA is #9F3535. Grayscale: #AAAAAA. Windows color (decimal): -10433846 or 13290080. OLE color: 13290080.

HSL color Cylindrical-coordinate representation of color #60CACA: hue angle of 180º 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 #60CACA is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 202 -
CMYK 0.52 0 0 0.21
HSL 180º 0.5% 0.58% -
HSV(B) 180º 0.52% 0.79% -
XYZ 36.61 48.99 63.4 -
YUV 170.31 145.88 75 -
System Red Green Blue C M Y K H S L
Decimal 96 202 202 0.52 0 0 0.21 180 0.5 0.58
Hex 60 CA CA 34 0 0 15 B4 32 3A
Octal 140 312 312 64 0 0 25 264 62 72
Binary 1100000 11001010 11001010 110100 0 0 10101 10110100 110010 111010

Color Harmonies of #60CACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CACA

Black with #60CACA

Text Example


Text Example

White with #60CACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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