Html Css Color HEX #3CCABB Medium Turquoise

📋 copy color: '#3CCABB'

red 60 ◦ green 202 ◦ blue 187

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

Shades of Medium Turquoise #3CCABB

Tints of Medium Turquoise #3CCABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 41.65%

R = 13.36%
G = 44.99%
B = 41.65%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#3CCABB (or 0x3CCABB) is known color: Medium Turquoise. HEX triplet: 3C, CA and BB. RGB value is (60,202,187). Sum of RGB (Red+Green+Blue) = 60+202+187=449 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.36% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCABB is #C33544. Grayscale: #9D9D9D. Windows color (decimal): -12793157 or 12307004. OLE color: 12307004.

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

Color convert

RGB 60 202 187 -
CMYK 0.70 0 0.07 0.21
HSL 173.66º 0.57% 0.51% -
HSV(B) 173.66º 0.7% 0.79% -
XYZ 31.95 46.79 54.36 -
YUV 157.83 144.46 58.22 -
System Red Green Blue C M Y K H S L
Decimal 60 202 187 0.70 0 0.07 0.21 173.66 0.57 0.51
Hex 3C CA BB 46 0 7 15 AE 39 33
Octal 74 312 273 106 0 7 25 256 71 63
Binary 111100 11001010 10111011 1000110 0 111 10101 10101110 111001 110011

Color Harmonies of #3CCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CCABB

Black with #3CCABB

Text Example


Text Example

White with #3CCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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