#3EFFF6

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

Shades of Turquoise #3EFFF6

Tints of Turquoise #3EFFF6

Color information

#3EFFF6 (or 0x3EFFF6) is unknown color: approx Turquoise. HEX triplet: 3E, FF and F6. RGB value is (62,255,246). Sum of RGB (Red+Green+Blue) = 62+255+246=563 (74% of max value = 765). Red value is 62 (24.61% from 255 or 11.01% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 246 (96.48% from 255 or 43.69% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #3EFFF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3EFFF6 is #C10009. Grayscale: #C4C4C4. Windows color (decimal): -12648458 or 16187198. OLE color: 16187198.

HSL color Cylindrical-coordinate representation of color #3EFFF6: hue angle of 177.2º 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 #3EFFF6 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB62255246-
CMYK0.7600.040
HSL177.2º100%62.16%-
HSV(B)177.2º75.69%100%-
XYZ54.3879.299.61-
YUV196.27156.0632.23-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.01%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 246 (96.48% from 255) = 43.69%
R=11.01%
G=45.29%
B=43.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal622552460.7600.040177.210062.16
Hex3EFFF64C040b1643e
Octal7637736611404026114476
Binary1111101111111111110110100110001000101100011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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