#3bdcc2

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

Shades of Turquoise #3BDCC2

Tints of Turquoise #3BDCC2

Color information

#3BDCC2 (or 0x3BDCC2) is unknown color: approx Turquoise. HEX triplet: 3B, DC and C2. RGB value is (59,220,194). Sum of RGB (Red+Green+Blue) = 59+220+194=473 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.47% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCC2 is #C4233D. Grayscale: #A8A8A8. Windows color (decimal): -12854078 or 12770363. OLE color: 12770363.

HSL color Cylindrical-coordinate representation of color #3BDCC2: hue angle of 170.31º 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 #3BDCC2 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB59220194-
CMYK0.7300.120.14
HSL170.31º69.7%54.71%-
HSV(B)170.31º73.18%86.27%-
XYZ37.1356.0159.89-
YUV168.9142.1649.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.47%
GREEN value IS 220 (86.33% from 255) = 46.51%
BLUE value IS 194 (76.17% from 255) = 41.01%
R=12.47%
G=46.51%
B=41.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592201940.7300.120.14170.3169.754.71
Hex3BDCC2490CEaa4637
Octal733343021110141625210667
Binary11101111011100110000101001001011001110101010101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3bdcc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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