#3EE5F7

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

Shades of Turquoise #3EE5F7

Tints of Turquoise #3EE5F7

Color information

#3EE5F7 (or 0x3EE5F7) is unknown color: approx Turquoise. HEX triplet: 3E, E5 and F7. RGB value is (62,229,247). Sum of RGB (Red+Green+Blue) = 62+229+247=538 (71% of max value = 765). Red value is 62 (24.61% from 255 or 11.52% from 538); Green value is 229 (89.84% from 255 or 42.57% from 538); Blue value is 247 (96.88% from 255 or 45.91% from 538); Max value from RGB is 247 - color contains mainly: blue. Hex color #3EE5F7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3EE5F7 is #C11A08. Grayscale: #B4B4B4. Windows color (decimal): -12655113 or 16246078. OLE color: 16246078.

HSL color Cylindrical-coordinate representation of color #3EE5F7: hue angle of 185.84º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3EE5F7 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB62229247-
CMYK0.750.0700.03
HSL185.84º92.04%60.59%-
HSV(B)185.84º74.9%96.86%-
XYZ46.7963.7897.84-
YUV181.12165.1743.04-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.52%
GREEN value IS 229 (89.84% from 255) = 42.57%
BLUE value IS 247 (96.88% from 255) = 45.91%
R=11.52%
G=42.57%
B=45.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal622292470.750.0700.03185.8492.0460.59
Hex3EE5F74B703ba5c3d
Octal7634536711370327213475
Binary11111011100101111101111001011111011101110101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,229,247); }

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

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

 a { background-color: rgb(62,229,247); }

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

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

 span { border-color: rgb(62,229,247); }

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