#3CF5B6

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

Shades of Turquoise #3CF5B6

Tints of Turquoise #3CF5B6

Color information

#3CF5B6 (or 0x3CF5B6) is unknown color: approx Turquoise. HEX triplet: 3C, F5 and B6. RGB value is (60,245,182). Sum of RGB (Red+Green+Blue) = 60+245+182=487 (64% of max value = 765). Red value is 60 (23.83% from 255 or 12.32% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 182 (71.48% from 255 or 37.37% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #3CF5B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF5B6 is #C30A49. Grayscale: #B6B6B6. Windows color (decimal): -12782154 or 11990332. OLE color: 11990332.

HSL color Cylindrical-coordinate representation of color #3CF5B6: hue angle of 159.57º 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 #3CF5B6 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB60245182-
CMYK0.7600.260.04
HSL159.57º90.24%59.8%-
HSV(B)159.57º75.51%96.08%-
XYZ42.9669.6455.43-
YUV182.5127.7140.62-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.32%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 182 (71.48% from 255) = 37.37%
R=12.32%
G=50.31%
B=37.37%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal602451820.7600.260.04159.5790.2459.8
Hex3CF5B64C01A4a05a3c
Octal74365266114032424013274
Binary11110011110101101101101001100011010100101000001011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,245,182); }

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

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

 a { background-color: rgb(60,245,182); }

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

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

 span { border-color: rgb(60,245,182); }

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