#3EDCDF

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

Shades of Turquoise #3EDCDF

Tints of Turquoise #3EDCDF

Color information

#3EDCDF (or 0x3EDCDF) is unknown color: approx Turquoise. HEX triplet: 3E, DC and DF. RGB value is (62,220,223). Sum of RGB (Red+Green+Blue) = 62+220+223=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #3EDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDCDF is #C12320. Grayscale: #ACACAC. Windows color (decimal): -12657441 or 14670910. OLE color: 14670910.

HSL color Cylindrical-coordinate representation of color #3EDCDF: hue angle of 181.12º degrees, saturation: 0.72, 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 #3EDCDF is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB62220223-
CMYK0.720.0100.13
HSL181.12º71.56%55.88%-
HSV(B)181.12º72.2%87.45%-
XYZ40.957.5478.76-
YUV173.1156.1548.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.28%
GREEN value IS 220 (86.33% from 255) = 43.56%
BLUE value IS 223 (87.5% from 255) = 44.16%
R=12.28%
G=43.56%
B=44.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal622202230.720.0100.13181.1271.5655.88
Hex3EDCDF4810Db54838
Octal76334337110101526511070
Binary11111011011100110111111001000101101101101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDCDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,220,223); }

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

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

 a { background-color: rgb(62,220,223); }

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

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

 span { border-color: rgb(62,220,223); }

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