#3BE2E3

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

Shades of Turquoise #3BE2E3

Tints of Turquoise #3BE2E3

Color information

#3BE2E3 (or 0x3BE2E3) is unknown color: approx Turquoise. HEX triplet: 3B, E2 and E3. RGB value is (59,226,227). Sum of RGB (Red+Green+Blue) = 59+226+227=512 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.52% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 227 (89.06% from 255 or 44.34% from 512); Max value from RGB is 227 - color contains mainly: blue. Hex color #3BE2E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE2E3 is #C41D1C. Grayscale: #B0B0B0. Windows color (decimal): -12852509 or 14934587. OLE color: 14934587.

HSL color Cylindrical-coordinate representation of color #3BE2E3: hue angle of 180.36º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE2E3 is Cyan = 0.74, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB59226227-
CMYK0.740.0000.11
HSL180.36º75%56.08%-
HSV(B)180.36º74.01%89.02%-
XYZ42.8760.8782.16-
YUV176.18156.6744.42-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.52%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 227 (89.06% from 255) = 44.34%
R=11.52%
G=44.14%
B=44.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592262270.740.0000.11180.367556.08
Hex3BE2E34A00Bb44b38
Octal73342343112001326411370
Binary11101111100010111000111001010001011101101001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,226,227); }

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

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

 a { background-color: rgb(59,226,227); }

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

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

 span { border-color: rgb(59,226,227); }

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