#3FF8E5

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

Shades of Turquoise #3FF8E5

Tints of Turquoise #3FF8E5

Color information

#3FF8E5 (or 0x3FF8E5) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and E5. RGB value is (63,248,229). Sum of RGB (Red+Green+Blue) = 63+248+229=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 229 (89.84% from 255 or 42.41% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8E5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF8E5 is #C0071A. Grayscale: #BEBEBE. Windows color (decimal): -12584731 or 15071295. OLE color: 15071295.

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

Color convert

RGB63248229-
CMYK0.7500.080.03
HSL173.84º92.96%60.98%-
HSV(B)173.84º74.6%97.25%-
XYZ49.7673.8585.76-
YUV190.52149.7137.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.67%
GREEN value IS 248 (97.27% from 255) = 45.93%
BLUE value IS 229 (89.84% from 255) = 42.41%
R=11.67%
G=45.93%
B=42.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632482290.7500.080.03173.8492.9660.98
Hex3FF8E54B083ae5d3d
Octal77370345113010325613575
Binary111111111110001110010110010110100011101011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,248,229); }

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

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

 a { background-color: rgb(63,248,229); }

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

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

 span { border-color: rgb(63,248,229); }

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