#3DF5ED

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

Shades of Turquoise #3DF5ED

Tints of Turquoise #3DF5ED

Color information

#3DF5ED (or 0x3DF5ED) is unknown color: approx Turquoise. HEX triplet: 3D, F5 and ED. RGB value is (61,245,237). Sum of RGB (Red+Green+Blue) = 61+245+237=543 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.23% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #3DF5ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF5ED is #C20A12. Grayscale: #BCBCBC. Windows color (decimal): -12716563 or 15594813. OLE color: 15594813.

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

Color convert

RGB61245237-
CMYK0.7500.030.04
HSL177.39º90.2%60%-
HSV(B)177.39º75.1%96.08%-
XYZ49.8672.4191.47-
YUV189.07155.0436.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.23%
GREEN value IS 245 (96.09% from 255) = 45.12%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=11.23%
G=45.12%
B=43.65%

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
Decimal612452370.7500.030.04177.3990.260
Hex3DF5ED4B034b15a3c
Octal7536535511303426113274
Binary11110111110101111011011001011011100101100011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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