#3CFFBA

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

Shades of Turquoise #3CFFBA

Tints of Turquoise #3CFFBA

Color information

#3CFFBA (or 0x3CFFBA) is unknown color: approx Turquoise. HEX triplet: 3C, FF and BA. RGB value is (60,255,186). Sum of RGB (Red+Green+Blue) = 60+255+186=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFBA is #C30045. Grayscale: #BCBCBC. Windows color (decimal): -12779590 or 12255036. OLE color: 12255036.

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

Color convert

RGB60255186-
CMYK0.7600.270
HSL158.77º100%61.76%-
HSV(B)158.77º76.47%100%-
XYZ46.4976.0358.68-
YUV188.83126.436.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.98%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 186 (73.05% from 255) = 37.13%
R=11.98%
G=50.90%
B=37.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602551860.7600.270158.7710061.76
Hex3CFFBA4C01B09f643e
Octal74377272114033023714476
Binary111100111111111011101010011000110110100111111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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