#3EE8FB

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

Shades of Turquoise #3EE8FB

Tints of Turquoise #3EE8FB

Color information

#3EE8FB (or 0x3EE8FB) is unknown color: approx Turquoise. HEX triplet: 3E, E8 and FB. RGB value is (62,232,251). Sum of RGB (Red+Green+Blue) = 62+232+251=545 (72% of max value = 765). Red value is 62 (24.61% from 255 or 11.38% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #3EE8FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EE8FB is #C11704. Grayscale: #B7B7B7. Windows color (decimal): -12654341 or 16508990. OLE color: 16508990.

HSL color Cylindrical-coordinate representation of color #3EE8FB: hue angle of 186.03º 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 #3EE8FB is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB62232251-
CMYK0.750.0800.02
HSL186.03º95.94%61.37%-
HSV(B)186.03º75.3%98.43%-
XYZ48.2665.7101.41-
YUV183.34166.1841.46-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.38%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 251 (98.44% from 255) = 46.06%
R=11.38%
G=42.57%
B=46.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622322510.750.0800.02186.0395.9461.37
Hex3EE8FB4B802ba603d
Octal76350373113100227214075
Binary111110111010001111101110010111000010101110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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