#3ed9ff

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

Shades of Turquoise Blue #3ED9FF

Tints of Turquoise Blue #3ED9FF

Color information

#3ED9FF (or 0x3ED9FF) is unknown color: approx Turquoise Blue. HEX triplet: 3E, D9 and FF. RGB value is (62,217,255). Sum of RGB (Red+Green+Blue) = 62+217+255=534 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.61% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #3ED9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED9FF is #C12600. Grayscale: #AEAEAE. Windows color (decimal): -12658177 or 16767294. OLE color: 16767294.

HSL color Cylindrical-coordinate representation of color #3ED9FF: hue angle of 191.81º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ED9FF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB62217255-
CMYK0.760.1500
HSL191.81º100%62.16%-
HSV(B)191.81º75.69%100%-
XYZ44.8557.87103.41-
YUV174.99173.1547.41-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.61%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 255 (100% from 255) = 47.75%
R=11.61%
G=40.64%
B=47.75%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal622172550.760.1500191.8110062.16
Hex3ED9FF4CF00c0643e
Octal76331377114170030014476
Binary11111011011001111111111001100111100110000001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ed9ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,217,255); }

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

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

 a { background-color: rgb(62,217,255); }

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

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

 span { border-color: rgb(62,217,255); }

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