#3CCECA

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

Shades of Medium Turquoise #3CCECA

Tints of Medium Turquoise #3CCECA

Color information

#3CCECA (or 0x3CCECA) is unknown color: approx Medium Turquoise. HEX triplet: 3C, CE and CA. RGB value is (60,206,202). Sum of RGB (Red+Green+Blue) = 60+206+202=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #3CCECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CCECA is #C33135. Grayscale: #A1A1A1. Windows color (decimal): -12792118 or 13291068. OLE color: 13291068.

HSL color Cylindrical-coordinate representation of color #3CCECA: hue angle of 178.36º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCECA is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB60206202-
CMYK0.7100.020.19
HSL178.36º59.84%52.16%-
HSV(B)178.36º70.87%80.78%-
XYZ34.649.3763.58-
YUV161.89150.6355.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.82%
GREEN value IS 206 (80.86% from 255) = 44.02%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=12.82%
G=44.02%
B=43.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal602062020.7100.020.19178.3659.8452.16
Hex3CCECA470213b23c34
Octal7431631210702232627464
Binary111100110011101100101010001110101001110110010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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