Html Css Color HEX #60C7CA Medium Turquoise

📋 copy color: '#60C7CA'

red 96 ◦ green 199 ◦ blue 202

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

Shades of Medium Turquoise #60C7CA

Tints of Medium Turquoise #60C7CA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 40.04%

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

R = 19.32%
G = 40.04%
B = 40.64%

CMYK

 C value IS 0.52

 M value IS 0.01

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#60C7CA (or 0x60C7CA) is known color: Medium Turquoise. HEX triplet: 60, C7 and CA. RGB value is (96,199,202). Sum of RGB (Red+Green+Blue) = 96+199+202=497 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.32% from 497); Green value is 199 (78.12% from 255 or 40.04% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #60C7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60C7CA is #9F3835. Grayscale: #A8A8A8. Windows color (decimal): -10434614 or 13289312. OLE color: 13289312.

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

Color convert

RGB 96 199 202 -
CMYK 0.52 0.01 0 0.21
HSL 181.7º 0.5% 0.58% -
HSV(B) 181.7º 0.52% 0.79% -
XYZ 35.91 47.6 63.17 -
YUV 168.55 146.88 76.26 -
System Red Green Blue C M Y K H S L
Decimal 96 199 202 0.52 0.01 0 0.21 181.7 0.5 0.58
Hex 60 C7 CA 34 1 0 15 B6 32 3A
Octal 140 307 312 64 1 0 25 266 62 72
Binary 1100000 11000111 11001010 110100 1 0 10101 10110110 110010 111010

Color Harmonies of #60C7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7CA

Black with #60C7CA

Text Example


Text Example

White with #60C7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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