#3FF1EA

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

Shades of Turquoise #3FF1EA

Tints of Turquoise #3FF1EA

Color information

#3FF1EA (or 0x3FF1EA) is unknown color: approx Turquoise. HEX triplet: 3F, F1 and EA. RGB value is (63,241,234). Sum of RGB (Red+Green+Blue) = 63+241+234=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF1EA is #C00E15. Grayscale: #BABABA. Windows color (decimal): -12586518 or 15397183. OLE color: 15397183.

HSL color Cylindrical-coordinate representation of color #3FF1EA: hue angle of 177.64º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1EA is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB63241234-
CMYK0.7400.030.05
HSL177.64º86.41%59.61%-
HSV(B)177.64º73.86%94.51%-
XYZ48.3669.9188.79-
YUV186.98154.5339.57-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.71%
GREEN value IS 241 (94.53% from 255) = 44.80%
BLUE value IS 234 (91.80% from 255) = 43.49%
R=11.71%
G=44.80%
B=43.49%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632412340.7400.030.05177.6486.4159.61
Hex3FF1EA4A035b2563c
Octal7736135211203526212674
Binary11111111110001111010101001010011101101100101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,241,234); }

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

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

 a { background-color: rgb(63,241,234); }

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

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

 span { border-color: rgb(63,241,234); }

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