#3BD8D1

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

Shades of Turquoise #3BD8D1

Tints of Turquoise #3BD8D1

Color information

#3BD8D1 (or 0x3BD8D1) is unknown color: approx Turquoise. HEX triplet: 3B, D8 and D1. RGB value is (59,216,209). Sum of RGB (Red+Green+Blue) = 59+216+209=484 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.19% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #3BD8D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD8D1 is #C4272E. Grayscale: #A8A8A8. Windows color (decimal): -12855087 or 13752379. OLE color: 13752379.

HSL color Cylindrical-coordinate representation of color #3BD8D1: hue angle of 177.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BD8D1 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB59216209-
CMYK0.7300.030.15
HSL177.32º66.81%53.92%-
HSV(B)177.32º72.69%84.71%-
XYZ37.8754.6468.87-
YUV168.26150.9950.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.19%
GREEN value IS 216 (84.77% from 255) = 44.63%
BLUE value IS 209 (82.03% from 255) = 43.18%
R=12.19%
G=44.63%
B=43.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592162090.7300.030.15177.3266.8153.92
Hex3BD8D14903Fb14336
Octal73330321111031726110366
Binary111011110110001101000110010010111111101100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD8D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,216,209); }

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

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

 a { background-color: rgb(59,216,209); }

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

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

 span { border-color: rgb(59,216,209); }

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