#3BCFB5

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

Shades of Medium Turquoise #3BCFB5

Tints of Medium Turquoise #3BCFB5

Color information

#3BCFB5 (or 0x3BCFB5) is unknown color: approx Medium Turquoise. HEX triplet: 3B, CF and B5. RGB value is (59,207,181). Sum of RGB (Red+Green+Blue) = 59+207+181=447 (59% of max value = 765). Red value is 59 (23.44% from 255 or 13.20% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 181 (71.09% from 255 or 40.49% from 447); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCFB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BCFB5 is #C4304A. Grayscale: #9F9F9F. Windows color (decimal): -12857419 or 11915067. OLE color: 11915067.

HSL color Cylindrical-coordinate representation of color #3BCFB5: hue angle of 169.46º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCFB5 is Cyan = 0.71, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB59207181-
CMYK0.7100.130.19
HSL169.46º60.66%52.16%-
HSV(B)169.46º71.5%81.18%-
XYZ32.4648.8951.44-
YUV159.78139.9756.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.20%
GREEN value IS 207 (81.25% from 255) = 46.31%
BLUE value IS 181 (71.09% from 255) = 40.49%
R=13.20%
G=46.31%
B=40.49%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal592071810.7100.130.19169.4660.6652.16
Hex3BCFB5470D13a93d34
Octal73317265107015232517564
Binary11101111001111101101011000111011011001110101001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,207,181); }

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

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

 a { background-color: rgb(59,207,181); }

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

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

 span { border-color: rgb(59,207,181); }

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