#3cc1c9

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

Shades of Medium Turquoise #3CC1C9

Tints of Medium Turquoise #3CC1C9

Color information

#3CC1C9 (or 0x3CC1C9) is unknown color: approx Medium Turquoise. HEX triplet: 3C, C1 and C9. RGB value is (60,193,201). Sum of RGB (Red+Green+Blue) = 60+193+201=454 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.22% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #3CC1C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC1C9 is #C33E36. Grayscale: #999999. Windows color (decimal): -12795447 or 13222204. OLE color: 13222204.

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

Color convert

RGB60193201-
CMYK0.700.0400.21
HSL183.4º56.63%51.18%-
HSV(B)183.4º70.15%78.82%-
XYZ31.4843.3261.96-
YUV154.14154.4460.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 13.22%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 201 (78.91% from 255) = 44.27%
R=13.22%
G=42.51%
B=44.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal601932010.700.0400.21183.456.6351.18
Hex3CC1C9464015b73933
Octal7430131110640252677163
Binary1111001100000111001001100011010001010110110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cc1c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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