#3BFDC0

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

Shades of Turquoise #3BFDC0

Tints of Turquoise #3BFDC0

Color information

#3BFDC0 (or 0x3BFDC0) is unknown color: approx Turquoise. HEX triplet: 3B, FD and C0. RGB value is (59,253,192). Sum of RGB (Red+Green+Blue) = 59+253+192=504 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.71% from 504); Green value is 253 (99.22% from 255 or 50.20% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDC0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDC0 is #C4023F. Grayscale: #BCBCBC. Windows color (decimal): -12845632 or 12647739. OLE color: 12647739.

HSL color Cylindrical-coordinate representation of color #3BFDC0: hue angle of 161.13º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFDC0 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB59253192-
CMYK0.7700.240.01
HSL161.13º97.98%61.18%-
HSV(B)161.13º76.68%99.22%-
XYZ46.4474.9961.9-
YUV188.04130.2335.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.71%
GREEN value IS 253 (99.22% from 255) = 50.20%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=11.71%
G=50.20%
B=38.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal592531920.7700.240.01161.1397.9861.18
Hex3BFDC04D0181a1623d
Octal73375300115030124114275
Binary111011111111011100000010011010110001101000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,253,192); }

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

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

 a { background-color: rgb(59,253,192); }

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

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

 span { border-color: rgb(59,253,192); }

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