#3CE7C8

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

Shades of Turquoise #3CE7C8

Tints of Turquoise #3CE7C8

Color information

#3CE7C8 (or 0x3CE7C8) is unknown color: approx Turquoise. HEX triplet: 3C, E7 and C8. RGB value is (60,231,200). Sum of RGB (Red+Green+Blue) = 60+231+200=491 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.22% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #3CE7C8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CE7C8 is #C31837. Grayscale: #B0B0B0. Windows color (decimal): -12785720 or 13166396. OLE color: 13166396.

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

Color convert

RGB60231200-
CMYK0.7400.130.09
HSL169.12º78.08%57.06%-
HSV(B)169.12º74.03%90.59%-
XYZ40.8662.2864.51-
YUV176.34141.3545.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.22%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 200 (78.52% from 255) = 40.73%
R=12.22%
G=47.05%
B=40.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602312000.7400.130.09169.1278.0857.06
Hex3CE7C84A0D9a94e39
Octal743473101120151125111671
Binary11110011100111110010001001010011011001101010011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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