#3CF1B6

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

Shades of Turquoise #3CF1B6

Tints of Turquoise #3CF1B6

Color information

#3CF1B6 (or 0x3CF1B6) is unknown color: approx Turquoise. HEX triplet: 3C, F1 and B6. RGB value is (60,241,182). Sum of RGB (Red+Green+Blue) = 60+241+182=483 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.42% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 182 (71.48% from 255 or 37.68% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1B6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1B6 is #C30E49. Grayscale: #B4B4B4. Windows color (decimal): -12783178 or 11989308. OLE color: 11989308.

HSL color Cylindrical-coordinate representation of color #3CF1B6: hue angle of 160.44º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF1B6 is Cyan = 0.75, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB60241182-
CMYK0.7500.240.05
HSL160.44º86.6%59.02%-
HSV(B)160.44º75.1%94.51%-
XYZ41.7667.2555.04-
YUV180.15129.0342.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.42%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 182 (71.48% from 255) = 37.68%
R=12.42%
G=49.90%
B=37.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602411820.7500.240.05160.4486.659.02
Hex3CF1B64B0185a0573b
Octal74361266113030524012773
Binary11110011110001101101101001011011000101101000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF1B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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