#3BE9CE

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

Shades of Turquoise #3BE9CE

Tints of Turquoise #3BE9CE

Color information

#3BE9CE (or 0x3BE9CE) is unknown color: approx Turquoise. HEX triplet: 3B, E9 and CE. RGB value is (59,233,206). Sum of RGB (Red+Green+Blue) = 59+233+206=498 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.85% from 498); Green value is 233 (91.41% from 255 or 46.79% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 233 - color contains mainly: green. Hex color #3BE9CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE9CE is #C41631. Grayscale: #B1B1B1. Windows color (decimal): -12850738 or 13560123. OLE color: 13560123.

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

Color convert

RGB59233206-
CMYK0.7500.120.09
HSL170.69º79.82%57.25%-
HSV(B)170.69º74.68%91.37%-
XYZ42.0863.6668.46-
YUV177.9143.8543.2-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.85%
GREEN value IS 233 (91.41% from 255) = 46.79%
BLUE value IS 206 (80.86% from 255) = 41.37%
R=11.85%
G=46.79%
B=41.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal592332060.7500.120.09170.6979.8257.25
Hex3BE9CE4B0C9ab5039
Octal733513161130141125312071
Binary11101111101001110011101001011011001001101010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,233,206); }

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

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

 a { background-color: rgb(59,233,206); }

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

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

 span { border-color: rgb(59,233,206); }

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