#3BFDC1

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

Shades of Turquoise #3BFDC1

Tints of Turquoise #3BFDC1

Color information

#3BFDC1 (or 0x3BFDC1) is unknown color: approx Turquoise. HEX triplet: 3B, FD and C1. RGB value is (59,253,193). Sum of RGB (Red+Green+Blue) = 59+253+193=505 (66% of max value = 765). Red value is 59 (23.44% from 255 or 11.68% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDC1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFDC1 is #C4023E. Grayscale: #BCBCBC. Windows color (decimal): -12845631 or 12713275. OLE color: 12713275.

HSL color Cylindrical-coordinate representation of color #3BFDC1: hue angle of 161.44º 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 #3BFDC1 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB59253193-
CMYK0.7700.240.01
HSL161.44º97.98%61.18%-
HSV(B)161.44º76.68%99.22%-
XYZ46.5575.0362.48-
YUV188.15130.7335.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.68%
GREEN value IS 253 (99.22% from 255) = 50.10%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=11.68%
G=50.10%
B=38.22%

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
Decimal592531930.7700.240.01161.4497.9861.18
Hex3BFDC14D0181a1623d
Octal73375301115030124114275
Binary111011111111011100000110011010110001101000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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