#3CE7C7

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

Shades of Turquoise #3CE7C7

Tints of Turquoise #3CE7C7

Color information

#3CE7C7 (or 0x3CE7C7) is unknown color: approx Turquoise. HEX triplet: 3C, E7 and C7. RGB value is (60,231,199). Sum of RGB (Red+Green+Blue) = 60+231+199=490 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.24% from 490); Green value is 231 (90.62% from 255 or 47.14% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7C7 is #C31838. Grayscale: #B0B0B0. Windows color (decimal): -12785721 or 13100860. OLE color: 13100860.

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

Color convert

RGB60231199-
CMYK0.7400.140.09
HSL168.77º78.08%57.06%-
HSV(B)168.77º74.03%90.59%-
XYZ40.7562.2463.9-
YUV176.22140.8545.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.24%
GREEN value IS 231 (90.62% from 255) = 47.14%
BLUE value IS 199 (78.12% from 255) = 40.61%
R=12.24%
G=47.14%
B=40.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602311990.7400.140.09168.7778.0857.06
Hex3CE7C74A0E9a94e39
Octal743473071120161125111671
Binary11110011100111110001111001010011101001101010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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