#3BE3E2

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

Shades of Turquoise #3BE3E2

Tints of Turquoise #3BE3E2

Color information

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

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

Color convert

RGB59227226-
CMYK0.7400.000.11
HSL179.64º75%56.08%-
HSV(B)179.64º74.01%89.02%-
XYZ4361.3681.53-
YUV176.65155.8444.08-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592272260.7400.000.11179.647556.08
Hex3BE3E24A00Bb44b38
Octal73343342112001326411370
Binary11101111100011111000101001010001011101101001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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