#3BDCD5

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

Shades of Turquoise #3BDCD5

Tints of Turquoise #3BDCD5

Color information

#3BDCD5 (or 0x3BDCD5) is unknown color: approx Turquoise. HEX triplet: 3B, DC and D5. RGB value is (59,220,213). Sum of RGB (Red+Green+Blue) = 59+220+213=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCD5 is #C4232A. Grayscale: #AAAAAA. Windows color (decimal): -12854059 or 14015547. OLE color: 14015547.

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

Color convert

RGB59220213-
CMYK0.7300.030.14
HSL177.39º69.7%54.71%-
HSV(B)177.39º73.18%86.27%-
XYZ39.4156.9271.86-
YUV171.06151.6648.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.99%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 213 (83.59% from 255) = 43.29%
R=11.99%
G=44.72%
B=43.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592202130.7300.030.14177.3969.754.71
Hex3BDCD54903Eb14637
Octal73334325111031626110667
Binary111011110111001101010110010010111110101100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,220,213); }

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

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

 a { background-color: rgb(59,220,213); }

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

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

 span { border-color: rgb(59,220,213); }

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