Html Css Color HEX #3CCABA Medium Turquoise

📋 copy color: '#3CCABA'

red 60 ◦ green 202 ◦ blue 186

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

Shades of Medium Turquoise #3CCABA

Tints of Medium Turquoise #3CCABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 13.39%
G = 45.09%
B = 41.52%

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

#3CCABA (or 0x3CCABA) is known color: Medium Turquoise. HEX triplet: 3C, CA and BA. RGB value is (60,202,186). Sum of RGB (Red+Green+Blue) = 60+202+186=448 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.39% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCABA is #C33545. Grayscale: #9D9D9D. Windows color (decimal): -12793158 or 12241468. OLE color: 12241468.

HSL color Cylindrical-coordinate representation of color #3CCABA: hue angle of 173.24º 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 #3CCABA is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 60 202 186 -
CMYK 0.70 0 0.08 0.21
HSL 173.24º 0.57% 0.51% -
HSV(B) 173.24º 0.7% 0.79% -
XYZ 31.85 46.75 53.8 -
YUV 157.72 143.96 58.3 -
System Red Green Blue C M Y K H S L
Decimal 60 202 186 0.70 0 0.08 0.21 173.24 0.57 0.51
Hex 3C CA BA 46 0 8 15 AD 39 33
Octal 74 312 272 106 0 10 25 255 71 63
Binary 111100 11001010 10111010 1000110 0 1000 10101 10101101 111001 110011

Color Harmonies of #3CCABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCABA

Black with #3CCABA

Text Example


Text Example

White with #3CCABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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