#3BDCD4

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

Shades of Turquoise #3BDCD4

Tints of Turquoise #3BDCD4

Color information

#3BDCD4 (or 0x3BDCD4) is unknown color: approx Turquoise. HEX triplet: 3B, DC and D4. RGB value is (59,220,212). Sum of RGB (Red+Green+Blue) = 59+220+212=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 212 (83.20% from 255 or 43.18% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #3BDCD4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BDCD4 is #C4232B. Grayscale: #AAAAAA. Windows color (decimal): -12854060 or 13950011. OLE color: 13950011.

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

Color convert

RGB59220212-
CMYK0.7300.040.14
HSL177.02º69.7%54.71%-
HSV(B)177.02º73.18%86.27%-
XYZ39.2856.8771.19-
YUV170.95151.1648.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.02%
GREEN value IS 220 (86.33% from 255) = 44.81%
BLUE value IS 212 (83.20% from 255) = 43.18%
R=12.02%
G=44.81%
B=43.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal592202120.7300.040.14177.0269.754.71
Hex3BDCD44904Eb14637
Octal73334324111041626110667
Binary1110111101110011010100100100101001110101100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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