#3BF5C1

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

Shades of Turquoise #3BF5C1

Tints of Turquoise #3BF5C1

Color information

#3BF5C1 (or 0x3BF5C1) is unknown color: approx Turquoise. HEX triplet: 3B, F5 and C1. RGB value is (59,245,193). Sum of RGB (Red+Green+Blue) = 59+245+193=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 245 (96.09% from 255 or 49.30% from 497); Blue value is 193 (75.78% from 255 or 38.83% from 497); Max value from RGB is 245 - color contains mainly: green. Hex color #3BF5C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF5C1 is #C40A3E. Grayscale: #B7B7B7. Windows color (decimal): -12847679 or 12711227. OLE color: 12711227.

HSL color Cylindrical-coordinate representation of color #3BF5C1: hue angle of 163.23º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF5C1 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB59245193-
CMYK0.7600.210.04
HSL163.23º90.29%59.61%-
HSV(B)163.23º75.92%96.08%-
XYZ44.0870.0861.66-
YUV183.46133.3839.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.87%
GREEN value IS 245 (96.09% from 255) = 49.30%
BLUE value IS 193 (75.78% from 255) = 38.83%
R=11.87%
G=49.30%
B=38.83%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal592451930.7600.210.04163.2390.2959.61
Hex3BF5C14C0154a35a3c
Octal73365301114025424313274
Binary11101111110101110000011001100010101100101000111011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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