#3CE0E9

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

Shades of Turquoise #3CE0E9

Tints of Turquoise #3CE0E9

Color information

#3CE0E9 (or 0x3CE0E9) is unknown color: approx Turquoise. HEX triplet: 3C, E0 and E9. RGB value is (60,224,233). Sum of RGB (Red+Green+Blue) = 60+224+233=517 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.61% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 233 (91.41% from 255 or 45.07% from 517); Max value from RGB is 233 - color contains mainly: blue. Hex color #3CE0E9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CE0E9 is #C31F16. Grayscale: #AFAFAF. Windows color (decimal): -12787479 or 15327292. OLE color: 15327292.

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

Color convert

RGB60224233-
CMYK0.740.0400.09
HSL183.12º79.72%57.45%-
HSV(B)183.12º74.25%91.37%-
XYZ43.2360.1686.42-
YUV175.99160.1745.27-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.61%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 233 (91.41% from 255) = 45.07%
R=11.61%
G=43.33%
B=45.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal602242330.740.0400.09183.1279.7257.45
Hex3CE0E94A409b75039
Octal74340351112401126712071
Binary1111001110000011101001100101010001001101101111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CE0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,224,233); }

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

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

 a { background-color: rgb(60,224,233); }

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

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

 span { border-color: rgb(60,224,233); }

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