#3ED3E8

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

Shades of Medium Turquoise #3ED3E8

Tints of Medium Turquoise #3ED3E8

Color information

#3ED3E8 (or 0x3ED3E8) is unknown color: approx Medium Turquoise. HEX triplet: 3E, D3 and E8. RGB value is (62,211,232). Sum of RGB (Red+Green+Blue) = 62+211+232=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #3ED3E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED3E8 is #C12C17. Grayscale: #A8A8A8. Windows color (decimal): -12659736 or 15258430. OLE color: 15258430.

HSL color Cylindrical-coordinate representation of color #3ED3E8: hue angle of 187.41º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3ED3E8 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB62211232-
CMYK0.730.0900.09
HSL187.41º78.7%57.65%-
HSV(B)187.41º73.28%90.98%-
XYZ39.8553.4484.56-
YUV168.84163.6451.79-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.28%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 232 (91.02% from 255) = 45.94%
R=12.28%
G=41.78%
B=45.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622112320.730.0900.09187.4178.757.65
Hex3ED3E849909bb4f3a
Octal763233501111101127311772
Binary11111011010011111010001001001100101001101110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,211,232); }

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

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

 a { background-color: rgb(62,211,232); }

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

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

 span { border-color: rgb(62,211,232); }

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