#3DF4ED

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

Shades of Turquoise #3DF4ED

Tints of Turquoise #3DF4ED

Color information

#3DF4ED (or 0x3DF4ED) is unknown color: approx Turquoise. HEX triplet: 3D, F4 and ED. RGB value is (61,244,237). Sum of RGB (Red+Green+Blue) = 61+244+237=542 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.25% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #3DF4ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF4ED is #C20B12. Grayscale: #BCBCBC. Windows color (decimal): -12716819 or 15594557. OLE color: 15594557.

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

Color convert

RGB61244237-
CMYK0.7500.030.04
HSL177.7º89.27%59.8%-
HSV(B)177.7º75%95.69%-
XYZ49.5671.8191.37-
YUV188.48155.3737.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.25%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=11.25%
G=45.02%
B=43.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal612442370.7500.030.04177.789.2759.8
Hex3DF4ED4B034b2593c
Octal7536435511303426213174
Binary11110111110100111011011001011011100101100101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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