#3EDCFB

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

Shades of Turquoise #3EDCFB

Tints of Turquoise #3EDCFB

Color information

#3EDCFB (or 0x3EDCFB) is unknown color: approx Turquoise. HEX triplet: 3E, DC and FB. RGB value is (62,220,251). Sum of RGB (Red+Green+Blue) = 62+220+251=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 220 (86.33% from 255 or 41.28% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #3EDCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EDCFB is #C12304. Grayscale: #B0B0B0. Windows color (decimal): -12657413 or 16505918. OLE color: 16505918.

HSL color Cylindrical-coordinate representation of color #3EDCFB: hue angle of 189.84º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EDCFB is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB62220251-
CMYK0.750.1200.02
HSL189.84º95.94%61.37%-
HSV(B)189.84º75.3%98.43%-
XYZ44.9959.18100.32-
YUV176.29170.1546.48-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.63%
GREEN value IS 220 (86.33% from 255) = 41.28%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=11.63%
G=41.28%
B=47.09%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622202510.750.1200.02189.8495.9461.37
Hex3EDCFB4BC02be603d
Octal76334373113140227614075
Binary111110110111001111101110010111100010101111101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,220,251); }

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

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

 a { background-color: rgb(62,220,251); }

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

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

 span { border-color: rgb(62,220,251); }

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