#3BFFC2

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

Shades of Turquoise #3BFFC2

Tints of Turquoise #3BFFC2

Color information

#3BFFC2 (or 0x3BFFC2) is unknown color: approx Turquoise. HEX triplet: 3B, FF and C2. RGB value is (59,255,194). Sum of RGB (Red+Green+Blue) = 59+255+194=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #3BFFC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFFC2 is #C4003D. Grayscale: #BDBDBD. Windows color (decimal): -12845118 or 12779323. OLE color: 12779323.

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

Color convert

RGB59255194-
CMYK0.7700.240
HSL161.33º100%61.57%-
HSV(B)161.33º76.86%100%-
XYZ47.376.3463.28-
YUV189.44130.5734.96-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.61%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 194 (76.17% from 255) = 38.19%
R=11.61%
G=50.20%
B=38.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal592551940.7700.240161.3310061.57
Hex3BFFC24D0180a1643e
Octal73377302115030024114476
Binary111011111111111100001010011010110000101000011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BFFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,255,194); }

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

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

 a { background-color: rgb(59,255,194); }

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

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

 span { border-color: rgb(59,255,194); }

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