#3DF4E0

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

Shades of Turquoise #3DF4E0

Tints of Turquoise #3DF4E0

Color information

#3DF4E0 (or 0x3DF4E0) is unknown color: approx Turquoise. HEX triplet: 3D, F4 and E0. RGB value is (61,244,224). Sum of RGB (Red+Green+Blue) = 61+244+224=529 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.53% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF4E0 is #C20B1F. Grayscale: #BABABA. Windows color (decimal): -12716832 or 14742589. OLE color: 14742589.

HSL color Cylindrical-coordinate representation of color #3DF4E0: hue angle of 173.44º 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 #3DF4E0 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB61244224-
CMYK0.7500.080.04
HSL173.44º89.27%59.8%-
HSV(B)173.44º75%95.69%-
XYZ47.7371.0881.72-
YUV187148.8738.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.53%
GREEN value IS 244 (95.70% from 255) = 46.12%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=11.53%
G=46.12%
B=42.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612442240.7500.080.04173.4489.2759.8
Hex3DF4E04B084ad593c
Octal75364340113010425513174
Binary1111011111010011100000100101101000100101011011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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