#3EDBCA

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

Shades of Turquoise #3EDBCA

Tints of Turquoise #3EDBCA

Color information

#3EDBCA (or 0x3EDBCA) is unknown color: approx Turquoise. HEX triplet: 3E, DB and CA. RGB value is (62,219,202). Sum of RGB (Red+Green+Blue) = 62+219+202=483 (63% of max value = 765). Red value is 62 (24.61% from 255 or 12.84% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #3EDBCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3EDBCA is #C12435. Grayscale: #AAAAAA. Windows color (decimal): -12657718 or 13294398. OLE color: 13294398.

HSL color Cylindrical-coordinate representation of color #3EDBCA: hue angle of 173.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3EDBCA is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB62219202-
CMYK0.7200.080.14
HSL173.5º68.56%55.1%-
HSV(B)173.5º71.69%85.88%-
XYZ37.9855.9564.68-
YUV170.12145.9950.88-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.84%
GREEN value IS 219 (85.94% from 255) = 45.34%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=12.84%
G=45.34%
B=41.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal622192020.7200.080.14173.568.5655.1
Hex3EDBCA4808Eae4537
Octal763333121100101625610567
Binary11111011011011110010101001000010001110101011101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,219,202); }

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

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

 a { background-color: rgb(62,219,202); }

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

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

 span { border-color: rgb(62,219,202); }

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