#3df4ae

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

Shades of Turquoise #3DF4AE

Tints of Turquoise #3DF4AE

Color information

#3DF4AE (or 0x3DF4AE) is unknown color: approx Turquoise. HEX triplet: 3D, F4 and AE. RGB value is (61,244,174). Sum of RGB (Red+Green+Blue) = 61+244+174=479 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.73% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 174 (68.36% from 255 or 36.33% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4AE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DF4AE is #C20B51. Grayscale: #B5B5B5. Windows color (decimal): -12716882 or 11465789. OLE color: 11465789.

HSL color Cylindrical-coordinate representation of color #3DF4AE: hue angle of 157.05º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF4AE is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB61244174-
CMYK0.7500.290.04
HSL157.05º89.27%59.8%-
HSV(B)157.05º75%95.69%-
XYZ41.9268.7551.11-
YUV181.3123.8742.19-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.73%
GREEN value IS 244 (95.70% from 255) = 50.94%
BLUE value IS 174 (68.36% from 255) = 36.33%
R=12.73%
G=50.94%
B=36.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612441740.7500.290.04157.0589.2759.8
Hex3DF4AE4B01D49d593c
Octal75364256113035423513174
Binary11110111110100101011101001011011101100100111011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3df4ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,244,174); }

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

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

 a { background-color: rgb(61,244,174); }

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

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

 span { border-color: rgb(61,244,174); }

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