Html Css Color HEX #60CCCA Medium Turquoise

📋 copy color: '#60CCCA'

red 96 ◦ green 204 ◦ blue 202

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

Shades of Medium Turquoise #60CCCA

Tints of Medium Turquoise #60CCCA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.64%

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

R = 19.12%
G = 40.64%
B = 40.24%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#60CCCA (or 0x60CCCA) is known color: Medium Turquoise. HEX triplet: 60, CC and CA. RGB value is (96,204,202). Sum of RGB (Red+Green+Blue) = 96+204+202=502 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.12% from 502); Green value is 204 (80.08% from 255 or 40.64% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 204 - color contains mainly: green. Hex color #60CCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CCCA is #9F3335. Grayscale: #ABABAB. Windows color (decimal): -10433334 or 13290592. OLE color: 13290592.

HSL color Cylindrical-coordinate representation of color #60CCCA: hue angle of 178.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 #60CCCA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 204 202 -
CMYK 0.53 0 0.01 0.2
HSL 178.89º 0.51% 0.59% -
HSV(B) 178.89º 0.53% 0.8% -
XYZ 37.08 49.94 63.56 -
YUV 171.48 145.22 74.16 -
System Red Green Blue C M Y K H S L
Decimal 96 204 202 0.53 0 0.01 0.2 178.89 0.51 0.59
Hex 60 CC CA 35 0 1 14 B3 33 3B
Octal 140 314 312 65 0 1 24 263 63 73
Binary 1100000 11001100 11001010 110101 0 1 10100 10110011 110011 111011

Color Harmonies of #60CCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CCCA

Black with #60CCCA

Text Example


Text Example

White with #60CCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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