#3FF8E6

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

Shades of Turquoise #3FF8E6

Tints of Turquoise #3FF8E6

Color information

#3FF8E6 (or 0x3FF8E6) is unknown color: approx Turquoise. HEX triplet: 3F, F8 and E6. RGB value is (63,248,230). Sum of RGB (Red+Green+Blue) = 63+248+230=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 230 (90.23% from 255 or 42.51% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #3FF8E6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF8E6 is #C00719. Grayscale: #BEBEBE. Windows color (decimal): -12584730 or 15136831. OLE color: 15136831.

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

Color convert

RGB63248230-
CMYK0.7500.070.03
HSL174.16º92.96%60.98%-
HSV(B)174.16º74.6%97.25%-
XYZ49.973.986.5-
YUV190.63150.2136.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.65%
GREEN value IS 248 (97.27% from 255) = 45.84%
BLUE value IS 230 (90.23% from 255) = 42.51%
R=11.65%
G=45.84%
B=42.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal632482300.7500.070.03174.1692.9660.98
Hex3FF8E64B073ae5d3d
Octal7737034611307325613575
Binary11111111111000111001101001011011111101011101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF8E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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