#3fdfb9

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

Shades of Turquoise #3FDFB9

Tints of Turquoise #3FDFB9

Color information

#3FDFB9 (or 0x3FDFB9) is unknown color: approx Turquoise. HEX triplet: 3F, DF and B9. RGB value is (63,223,185). Sum of RGB (Red+Green+Blue) = 63+223+185=471 (62% of max value = 765). Red value is 63 (25% from 255 or 13.38% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 185 (72.66% from 255 or 39.28% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FDFB9 is #C02046. Grayscale: #AAAAAA. Windows color (decimal): -12591175 or 12181311. OLE color: 12181311.

HSL color Cylindrical-coordinate representation of color #3FDFB9: hue angle of 165.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FDFB9 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB63223185-
CMYK0.7200.170.13
HSL165.75º71.43%56.08%-
HSV(B)165.75º71.75%87.45%-
XYZ37.1957.3355.01-
YUV170.83135.9951.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.38%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 185 (72.66% from 255) = 39.28%
R=13.38%
G=47.35%
B=39.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632231850.7200.170.13165.7571.4356.08
Hex3FDFB948011Da64738
Octal773372711100211524610770
Binary111111110111111011100110010000100011101101001101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fdfb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,223,185); }

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

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

 a { background-color: rgb(63,223,185); }

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

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

 span { border-color: rgb(63,223,185); }

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