Html Css Color HEX #3CCAB9 Medium Turquoise

📋 copy color: '#3CCAB9'

red 60 ◦ green 202 ◦ blue 185

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

Shades of Medium Turquoise #3CCAB9

Tints of Medium Turquoise #3CCAB9

RGB

 RED value IS 60 (23.83% from 255) = 13.42%

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

 BLUE value IS 185 (72.66% from 255) = 41.39%

R = 13.42%
G = 45.19%
B = 41.39%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#3CCAB9 (or 0x3CCAB9) is known color: Medium Turquoise. HEX triplet: 3C, CA and B9. RGB value is (60,202,185). Sum of RGB (Red+Green+Blue) = 60+202+185=447 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.42% from 447); Green value is 202 (79.30% from 255 or 45.19% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCAB9 is #C33546. Grayscale: #9D9D9D. Windows color (decimal): -12793159 or 12175932. OLE color: 12175932.

HSL color Cylindrical-coordinate representation of color #3CCAB9: hue angle of 172.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CCAB9 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 185 -
CMYK 0.70 0 0.08 0.21
HSL 172.82º 0.57% 0.51% -
HSV(B) 172.82º 0.7% 0.79% -
XYZ 31.74 46.7 53.24 -
YUV 157.6 143.46 58.38 -
System Red Green Blue C M Y K H S L
Decimal 60 202 185 0.70 0 0.08 0.21 172.82 0.57 0.51
Hex 3C CA B9 46 0 8 15 AD 39 33
Octal 74 312 271 106 0 10 25 255 71 63
Binary 111100 11001010 10111001 1000110 0 1000 10101 10101101 111001 110011

Color Harmonies of #3CCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCAB9

Black with #3CCAB9

Text Example


Text Example

White with #3CCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CCAB9; }

 p { color: rgb(60,202,185); }

 H1.HeaderClassName
 {
   color: #3CCAB9;
 }
 .AnyTagClassName
 {
   color: #3CCAB9;
 }
</style>

background-color css

<style>
 a { background-color: #3CCAB9; }

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

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

border-color css

<style>
 span { border-color: #3CCAB9; }

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

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