#3CE8CC

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

Shades of Turquoise #3CE8CC

Tints of Turquoise #3CE8CC

Color information

#3CE8CC (or 0x3CE8CC) is unknown color: approx Turquoise. HEX triplet: 3C, E8 and CC. RGB value is (60,232,204). Sum of RGB (Red+Green+Blue) = 60+232+204=496 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.10% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #3CE8CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE8CC is #C31733. Grayscale: #B1B1B1. Windows color (decimal): -12785460 or 13428796. OLE color: 13428796.

HSL color Cylindrical-coordinate representation of color #3CE8CC: hue angle of 170.23º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CE8CC is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB60232204-
CMYK0.7400.120.09
HSL170.23º78.9%57.25%-
HSV(B)170.23º74.14%90.98%-
XYZ41.6263.0367.1-
YUV177.38143.0244.28-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.10%
GREEN value IS 232 (91.02% from 255) = 46.77%
BLUE value IS 204 (80.08% from 255) = 41.13%
R=12.10%
G=46.77%
B=41.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602322040.7400.120.09170.2378.957.25
Hex3CE8CC4A0C9aa4f39
Octal743503141120141125211771
Binary11110011101000110011001001010011001001101010101001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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