#3be4bd

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

Shades of Turquoise #3BE4BD

Tints of Turquoise #3BE4BD

Color information

#3BE4BD (or 0x3BE4BD) is unknown color: approx Turquoise. HEX triplet: 3B, E4 and BD. RGB value is (59,228,189). Sum of RGB (Red+Green+Blue) = 59+228+189=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE4BD is #C41B42. Grayscale: #ADADAD. Windows color (decimal): -12852035 or 12444731. OLE color: 12444731.

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

Color convert

RGB59228189-
CMYK0.7400.170.11
HSL166.15º75.78%56.27%-
HSV(B)166.15º74.12%89.41%-
XYZ38.7360.0957.7-
YUV173.02137.0146.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 228 (89.45% from 255) = 47.90%
BLUE value IS 189 (74.22% from 255) = 39.71%
R=12.39%
G=47.90%
B=39.71%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592281890.7400.170.11166.1575.7856.27
Hex3BE4BD4A011Ba64c38
Octal733442751120211324611470
Binary111011111001001011110110010100100011011101001101001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3be4bd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,228,189); }

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

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

 a { background-color: rgb(59,228,189); }

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

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

 span { border-color: rgb(59,228,189); }

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