#3ED9FD

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

Shades of Turquoise Blue #3ED9FD

Tints of Turquoise Blue #3ED9FD

Color information

#3ED9FD (or 0x3ED9FD) is unknown color: approx Turquoise Blue. HEX triplet: 3E, D9 and FD. RGB value is (62,217,253). Sum of RGB (Red+Green+Blue) = 62+217+253=532 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.65% from 532); Green value is 217 (85.16% from 255 or 40.79% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #3ED9FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3ED9FD is #C12602. Grayscale: #AEAEAE. Windows color (decimal): -12658179 or 16636222. OLE color: 16636222.

HSL color Cylindrical-coordinate representation of color #3ED9FD: hue angle of 191.31º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ED9FD is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB62217253-
CMYK0.750.1400.01
HSL191.31º97.95%61.76%-
HSV(B)191.31º75.49%99.22%-
XYZ44.5357.74101.73-
YUV174.76172.1547.57-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.65%
GREEN value IS 217 (85.16% from 255) = 40.79%
BLUE value IS 253 (99.22% from 255) = 47.56%
R=11.65%
G=40.79%
B=47.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal622172530.750.1400.01191.3197.9561.76
Hex3ED9FD4BE01bf623e
Octal76331375113160127714276
Binary11111011011001111111011001011111001101111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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