#3ED6F5

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

Shades of Turquoise #3ED6F5

Tints of Turquoise #3ED6F5

Color information

#3ED6F5 (or 0x3ED6F5) is unknown color: approx Turquoise. HEX triplet: 3E, D6 and F5. RGB value is (62,214,245). Sum of RGB (Red+Green+Blue) = 62+214+245=521 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.90% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 245 (96.09% from 255 or 47.02% from 521); Max value from RGB is 245 - color contains mainly: blue. Hex color #3ED6F5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED6F5 is #C1290A. Grayscale: #ABABAB. Windows color (decimal): -12658955 or 16111166. OLE color: 16111166.

HSL color Cylindrical-coordinate representation of color #3ED6F5: hue angle of 190.16º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ED6F5 is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB62214245-
CMYK0.750.1300.04
HSL190.16º90.15%60.2%-
HSV(B)190.16º74.69%96.08%-
XYZ42.5155.7194.9-
YUV172.09169.1449.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.90%
GREEN value IS 214 (83.98% from 255) = 41.07%
BLUE value IS 245 (96.09% from 255) = 47.02%
R=11.90%
G=41.07%
B=47.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal622142450.750.1300.04190.1690.1560.2
Hex3ED6F54BD04be5a3c
Octal76326365113150427613274
Binary1111101101011011110101100101111010100101111101011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED6F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,214,245); }

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

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

 a { background-color: rgb(62,214,245); }

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

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

 span { border-color: rgb(62,214,245); }

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