#3BCED9

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

Shades of Medium Turquoise #3BCED9

Tints of Medium Turquoise #3BCED9

Color information

#3BCED9 (or 0x3BCED9) is unknown color: approx Medium Turquoise. HEX triplet: 3B, CE and D9. RGB value is (59,206,217). Sum of RGB (Red+Green+Blue) = 59+206+217=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 217 (85.16% from 255 or 45.02% from 482); Max value from RGB is 217 - color contains mainly: blue. Hex color #3BCED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCED9 is #C43126. Grayscale: #A3A3A3. Windows color (decimal): -12857639 or 14274107. OLE color: 14274107.

HSL color Cylindrical-coordinate representation of color #3BCED9: hue angle of 184.18º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BCED9 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB59206217-
CMYK0.730.0500.15
HSL184.18º67.52%54.12%-
HSV(B)184.18º72.81%85.1%-
XYZ36.450.0873.39-
YUV163.3158.353.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.24%
GREEN value IS 206 (80.86% from 255) = 42.74%
BLUE value IS 217 (85.16% from 255) = 45.02%
R=12.24%
G=42.74%
B=45.02%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal592062170.730.0500.15184.1867.5254.12
Hex3BCED94950Fb84436
Octal73316331111501727010466
Binary1110111100111011011001100100110101111101110001000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,206,217); }

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

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

 a { background-color: rgb(59,206,217); }

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

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

 span { border-color: rgb(59,206,217); }

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