#3BCED6

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

Shades of Medium Turquoise #3BCED6

Tints of Medium Turquoise #3BCED6

Color information

#3BCED6 (or 0x3BCED6) is unknown color: approx Medium Turquoise. HEX triplet: 3B, CE and D6. RGB value is (59,206,214). Sum of RGB (Red+Green+Blue) = 59+206+214=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #3BCED6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCED6 is #C43129. Grayscale: #A2A2A2. Windows color (decimal): -12857642 or 14077499. OLE color: 14077499.

HSL color Cylindrical-coordinate representation of color #3BCED6: hue angle of 183.1º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BCED6 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB59206214-
CMYK0.720.0400.16
HSL183.1º65.4%53.53%-
HSV(B)183.1º72.43%83.92%-
XYZ36.0149.9371.36-
YUV162.96156.853.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.32%
GREEN value IS 206 (80.86% from 255) = 43.01%
BLUE value IS 214 (83.98% from 255) = 44.68%
R=12.32%
G=43.01%
B=44.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592062140.720.0400.16183.165.453.53
Hex3BCED6484010b74136
Octal73316326110402026710166
Binary11101111001110110101101001000100010000101101111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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