#3BDDBA

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

Shades of Turquoise #3BDDBA

Tints of Turquoise #3BDDBA

Color information

#3BDDBA (or 0x3BDDBA) is unknown color: approx Turquoise. HEX triplet: 3B, DD and BA. RGB value is (59,221,186). Sum of RGB (Red+Green+Blue) = 59+221+186=466 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.66% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #3BDDBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDDBA is #C42245. Grayscale: #A8A8A8. Windows color (decimal): -12853830 or 12246331. OLE color: 12246331.

HSL color Cylindrical-coordinate representation of color #3BDDBA: hue angle of 167.04º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BDDBA is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB59221186-
CMYK0.7300.160.13
HSL167.04º70.43%54.9%-
HSV(B)167.04º73.3%86.67%-
XYZ36.5256.1955.37-
YUV168.57137.8349.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.66%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=12.66%
G=47.42%
B=39.91%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal592211860.7300.160.13167.0470.4354.9
Hex3BDDBA49010Da74637
Octal733352721110201524710667
Binary111011110111011011101010010010100001101101001111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,221,186); }

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

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

 a { background-color: rgb(59,221,186); }

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

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

 span { border-color: rgb(59,221,186); }

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