#3CC9B6

Color #3CC9B6 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #3CC9B6

Tints of Medium Turquoise #3CC9B6

Color information

#3CC9B6 (or 0x3CC9B6) is unknown color: approx Medium Turquoise. HEX triplet: 3C, C9 and B6. RGB value is (60,201,182). Sum of RGB (Red+Green+Blue) = 60+201+182=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC9B6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC9B6 is #C33649. Grayscale: #9C9C9C. Windows color (decimal): -12793418 or 11979068. OLE color: 11979068.

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

Color convert

RGB60201182-
CMYK0.7000.090.21
HSL171.91º56.63%51.18%-
HSV(B)171.91º70.15%78.82%-
XYZ31.1946.1151.51-
YUV156.67142.2959.04-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.54%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 182 (71.48% from 255) = 41.08%
R=13.54%
G=45.37%
B=41.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal602011820.7000.090.21171.9156.6351.18
Hex3CC9B6460915ac3933
Octal74311266106011252547163
Binary11110011001001101101101000110010011010110101100111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,201,182); }

 H1.HeaderClassName
 {
   color: #3CC9B6;
 }
 .AnyTagClassName
 {
   color: #3CC9B6;
 }
</style>
background-color css

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

 a { background-color: rgb(60,201,182); }

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

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

 span { border-color: rgb(60,201,182); }

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