#3BD1D3

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

Shades of Medium Turquoise #3BD1D3

Tints of Medium Turquoise #3BD1D3

Color information

#3BD1D3 (or 0x3BD1D3) is unknown color: approx Medium Turquoise. HEX triplet: 3B, D1 and D3. RGB value is (59,209,211). Sum of RGB (Red+Green+Blue) = 59+209+211=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 209 (82.03% from 255 or 43.63% from 479); Blue value is 211 (82.81% from 255 or 44.05% from 479); Max value from RGB is 211 - color contains mainly: blue. Hex color #3BD1D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD1D3 is #C42E2C. Grayscale: #A4A4A4. Windows color (decimal): -12856877 or 13881659. OLE color: 13881659.

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

Color convert

RGB59209211-
CMYK0.720.0100.17
HSL180.79º63.33%52.94%-
HSV(B)180.79º72.04%82.75%-
XYZ36.3651.2369.6-
YUV164.38154.352.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.32%
GREEN value IS 209 (82.03% from 255) = 43.63%
BLUE value IS 211 (82.81% from 255) = 44.05%
R=12.32%
G=43.63%
B=44.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal592092110.720.0100.17180.7963.3352.94
Hex3BD1D3481011b53f35
Octal7332132311010212657765
Binary11101111010001110100111001000101000110110101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,209,211); }

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

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

 a { background-color: rgb(59,209,211); }

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

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

 span { border-color: rgb(59,209,211); }

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