#3FFFE7

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

Shades of Turquoise #3FFFE7

Tints of Turquoise #3FFFE7

Color information

#3FFFE7 (or 0x3FFFE7) is unknown color: approx Turquoise. HEX triplet: 3F, FF and E7. RGB value is (63,255,231). Sum of RGB (Red+Green+Blue) = 63+255+231=549 (72% of max value = 765). Red value is 63 (25% from 255 or 11.48% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 231 (90.62% from 255 or 42.08% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #3FFFE7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FFFE7 is #C00018. Grayscale: #C2C2C2. Windows color (decimal): -12582937 or 15204159. OLE color: 15204159.

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

Color convert

RGB63255231-
CMYK0.7500.090
HSL172.5º100%62.35%-
HSV(B)172.5º75.29%100%-
XYZ52.2378.3587.97-
YUV194.86148.3933.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.48%
GREEN value IS 255 (100% from 255) = 46.45%
BLUE value IS 231 (90.62% from 255) = 42.08%
R=11.48%
G=46.45%
B=42.08%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal632552310.7500.090172.510062.35
Hex3FFFE74B090ac643e
Octal77377347113011025414476
Binary11111111111111111001111001011010010101011001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,255,231); }

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

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

 a { background-color: rgb(63,255,231); }

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

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

 span { border-color: rgb(63,255,231); }

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