#3BD4CC

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

Shades of Medium Turquoise #3BD4CC

Tints of Medium Turquoise #3BD4CC

Color information

#3BD4CC (or 0x3BD4CC) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D4 and CC. RGB value is (59,212,204). Sum of RGB (Red+Green+Blue) = 59+212+204=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4CC is #C42B33. Grayscale: #A5A5A5. Windows color (decimal): -12856116 or 13423675. OLE color: 13423675.

HSL color Cylindrical-coordinate representation of color #3BD4CC: hue angle of 176.86º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD4CC is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB59212204-
CMYK0.7200.040.17
HSL176.86º64.02%53.14%-
HSV(B)176.86º72.17%83.14%-
XYZ36.2552.3865.33-
YUV165.34149.8152.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.42%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=12.42%
G=44.63%
B=42.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592122040.7200.040.17176.8664.0253.14
Hex3BD4CC480411b14035
Octal73324314110042126110065
Binary11101111010100110011001001000010010001101100011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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