#3BD4C4

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

Shades of Medium Turquoise #3BD4C4

Tints of Medium Turquoise #3BD4C4

Color information

#3BD4C4 (or 0x3BD4C4) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D4 and C4. RGB value is (59,212,196). Sum of RGB (Red+Green+Blue) = 59+212+196=467 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.63% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4C4 is #C42B3B. Grayscale: #A4A4A4. Windows color (decimal): -12856124 or 12899387. OLE color: 12899387.

HSL color Cylindrical-coordinate representation of color #3BD4C4: hue angle of 173.73º 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 #3BD4C4 is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB59212196-
CMYK0.7200.080.17
HSL173.73º64.02%53.14%-
HSV(B)173.73º72.17%83.14%-
XYZ35.315260.4-
YUV164.43145.8152.8-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.63%
GREEN value IS 212 (83.20% from 255) = 45.40%
BLUE value IS 196 (76.95% from 255) = 41.97%
R=12.63%
G=45.40%
B=41.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592121960.7200.080.17173.7364.0253.14
Hex3BD4C4480811ae4035
Octal733243041100102125610065
Binary111011110101001100010010010000100010001101011101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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