#3cffd1

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

Shades of Turquoise #3CFFD1

Tints of Turquoise #3CFFD1

Color information

#3CFFD1 (or 0x3CFFD1) is unknown color: approx Turquoise. HEX triplet: 3C, FF and D1. RGB value is (60,255,209). Sum of RGB (Red+Green+Blue) = 60+255+209=524 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.45% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 209 (82.03% from 255 or 39.89% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #3CFFD1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CFFD1 is #C3002E. Grayscale: #BFBFBF. Windows color (decimal): -12779567 or 13762364. OLE color: 13762364.

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

Color convert

RGB60255209-
CMYK0.7600.180
HSL165.85º100%61.76%-
HSV(B)165.85º76.47%100%-
XYZ49.1377.0872.61-
YUV191.45137.934.24-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.45%
GREEN value IS 255 (100% from 255) = 48.66%
BLUE value IS 209 (82.03% from 255) = 39.89%
R=11.45%
G=48.66%
B=39.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal602552090.7600.180165.8510061.76
Hex3CFFD14C0120a6643e
Octal74377321114022024614476
Binary111100111111111101000110011000100100101001101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3cffd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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