#3EDDDF

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

Shades of Turquoise #3EDDDF

Tints of Turquoise #3EDDDF

Color information

#3EDDDF (or 0x3EDDDF) is unknown color: approx Turquoise. HEX triplet: 3E, DD and DF. RGB value is (62,221,223). Sum of RGB (Red+Green+Blue) = 62+221+223=506 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.25% from 506); Green value is 221 (86.72% from 255 or 43.68% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #3EDDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDDDF is #C12220. Grayscale: #ADADAD. Windows color (decimal): -12657185 or 14671166. OLE color: 14671166.

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

Color convert

RGB62221223-
CMYK0.720.0100.13
HSL180.75º71.56%55.88%-
HSV(B)180.75º72.2%87.45%-
XYZ41.1658.0678.85-
YUV173.69155.8248.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.25%
GREEN value IS 221 (86.72% from 255) = 43.68%
BLUE value IS 223 (87.5% from 255) = 44.07%
R=12.25%
G=43.68%
B=44.07%

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
Decimal622212230.720.0100.13180.7571.5655.88
Hex3EDDDF4810Db54838
Octal76335337110101526511070
Binary11111011011101110111111001000101101101101011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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