#3EDAED

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

Shades of Turquoise #3EDAED

Tints of Turquoise #3EDAED

Color information

#3EDAED (or 0x3EDAED) is unknown color: approx Turquoise. HEX triplet: 3E, DA and ED. RGB value is (62,218,237). Sum of RGB (Red+Green+Blue) = 62+218+237=517 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.99% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #3EDAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDAED is #C12512. Grayscale: #ADADAD. Windows color (decimal): -12657939 or 15587902. OLE color: 15587902.

HSL color Cylindrical-coordinate representation of color #3EDAED: hue angle of 186.51º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EDAED is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB62218237-
CMYK0.740.0800.07
HSL186.51º82.94%58.63%-
HSV(B)186.51º73.84%92.94%-
XYZ42.3457.2888.95-
YUV173.52163.8248.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.99%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 237 (92.97% from 255) = 45.84%
R=11.99%
G=42.17%
B=45.84%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal622182370.740.0800.07186.5182.9458.63
Hex3EDAED4A807bb533b
Octal76332355112100727312373
Binary1111101101101011101101100101010000111101110111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,218,237); }

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

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

 a { background-color: rgb(62,218,237); }

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

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

 span { border-color: rgb(62,218,237); }

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