#3CCCE1

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

Shades of Medium Turquoise #3CCCE1

Tints of Medium Turquoise #3CCCE1

Color information

#3CCCE1 (or 0x3CCCE1) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CC and E1. RGB value is (60,204,225). Sum of RGB (Red+Green+Blue) = 60+204+225=489 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.27% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #3CCCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCCE1 is #C3331E. Grayscale: #A3A3A3. Windows color (decimal): -12792607 or 14797884. OLE color: 14797884.

HSL color Cylindrical-coordinate representation of color #3CCCE1: hue angle of 187.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CCCE1 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB60204225-
CMYK0.730.0900.12
HSL187.64º73.33%55.88%-
HSV(B)187.64º73.33%88.24%-
XYZ37.0549.5878.85-
YUV163.34162.7954.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.27%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=12.27%
G=41.72%
B=46.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal602042250.730.0900.12187.6473.3355.88
Hex3CCCE14990Cbc4938
Octal743143411111101427411170
Binary11110011001100111000011001001100101100101111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,204,225); }

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

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

 a { background-color: rgb(60,204,225); }

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

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

 span { border-color: rgb(60,204,225); }

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