#3cffb3

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

Shades of Turquoise #3CFFB3

Tints of Turquoise #3CFFB3

Color information

#3CFFB3 (or 0x3CFFB3) is unknown color: approx Turquoise. HEX triplet: 3C, FF and B3. RGB value is (60,255,179). Sum of RGB (Red+Green+Blue) = 60+255+179=494 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.15% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 179 (70.31% from 255 or 36.23% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFB3 is #C3004C. Grayscale: #BCBCBC. Windows color (decimal): -12779597 or 11796284. OLE color: 11796284.

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

Color convert

RGB60255179-
CMYK0.7600.300
HSL156.62º100%61.76%-
HSV(B)156.62º76.47%100%-
XYZ45.7675.7454.85-
YUV188.03122.936.68-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.15%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 179 (70.31% from 255) = 36.23%
R=12.15%
G=51.62%
B=36.23%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602551790.7600.300156.6210061.76
Hex3CFFB34C01E09d643e
Octal74377263114036023514476
Binary111100111111111011001110011000111100100111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cffb3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,255,179); }

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

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

 a { background-color: rgb(60,255,179); }

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

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

 span { border-color: rgb(60,255,179); }

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