#3be3b4

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

Shades of Turquoise #3BE3B4

Tints of Turquoise #3BE3B4

Color information

#3BE3B4 (or 0x3BE3B4) is unknown color: approx Turquoise. HEX triplet: 3B, E3 and B4. RGB value is (59,227,180). Sum of RGB (Red+Green+Blue) = 59+227+180=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #3BE3B4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE3B4 is #C41C4B. Grayscale: #ABABAB. Windows color (decimal): -12852300 or 11854651. OLE color: 11854651.

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

Color convert

RGB59227180-
CMYK0.7400.210.11
HSL163.21º75%56.08%-
HSV(B)163.21º74.01%89.02%-
XYZ37.5159.1652.62-
YUV171.41132.8447.82-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.66%
GREEN value IS 227 (89.06% from 255) = 48.71%
BLUE value IS 180 (70.70% from 255) = 38.63%
R=12.66%
G=48.71%
B=38.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592271800.7400.210.11163.217556.08
Hex3BE3B44A015Ba34b38
Octal733432641120251324311370
Binary111011111000111011010010010100101011011101000111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3be3b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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