#3BD4CD

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

Shades of Medium Turquoise #3BD4CD

Tints of Medium Turquoise #3BD4CD

Color information

#3BD4CD (or 0x3BD4CD) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D4 and CD. RGB value is (59,212,205). Sum of RGB (Red+Green+Blue) = 59+212+205=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 212 (83.20% from 255 or 44.54% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 212 - color contains mainly: green. Hex color #3BD4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD4CD is #C42B32. Grayscale: #A5A5A5. Windows color (decimal): -12856115 or 13489211. OLE color: 13489211.

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

Color convert

RGB59212205-
CMYK0.7200.030.17
HSL177.25º64.02%53.14%-
HSV(B)177.25º72.17%83.14%-
XYZ36.3752.4265.96-
YUV165.46150.3152.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 212 (83.20% from 255) = 44.54%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=12.39%
G=44.54%
B=43.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592122050.7200.030.17177.2564.0253.14
Hex3BD4CD480311b14035
Octal73324315110032126110065
Binary1110111101010011001101100100001110001101100011000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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