#3CE7C5

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

Shades of Turquoise #3CE7C5

Tints of Turquoise #3CE7C5

Color information

#3CE7C5 (or 0x3CE7C5) is unknown color: approx Turquoise. HEX triplet: 3C, E7 and C5. RGB value is (60,231,197). Sum of RGB (Red+Green+Blue) = 60+231+197=488 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.30% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7C5 is #C3183A. Grayscale: #AFAFAF. Windows color (decimal): -12785723 or 12969788. OLE color: 12969788.

HSL color Cylindrical-coordinate representation of color #3CE7C5: hue angle of 168.07º degrees, saturation: 0.78, 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 #3CE7C5 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB60231197-
CMYK0.7400.150.09
HSL168.07º78.08%57.06%-
HSV(B)168.07º74.03%90.59%-
XYZ40.5262.1462.68-
YUV175.99139.8545.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.30%
GREEN value IS 231 (90.62% from 255) = 47.34%
BLUE value IS 197 (77.34% from 255) = 40.37%
R=12.30%
G=47.34%
B=40.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602311970.7400.150.09168.0778.0857.06
Hex3CE7C54A0F9a84e39
Octal743473051120171125011671
Binary11110011100111110001011001010011111001101010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE7C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,231,197); }

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

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

 a { background-color: rgb(60,231,197); }

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

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

 span { border-color: rgb(60,231,197); }

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