#3FF2E9

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

Shades of Turquoise #3FF2E9

Tints of Turquoise #3FF2E9

Color information

#3FF2E9 (or 0x3FF2E9) is unknown color: approx Turquoise. HEX triplet: 3F, F2 and E9. RGB value is (63,242,233). Sum of RGB (Red+Green+Blue) = 63+242+233=538 (71% of max value = 765). Red value is 63 (25% from 255 or 11.71% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #3FF2E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF2E9 is #C00D16. Grayscale: #BBBBBB. Windows color (decimal): -12586263 or 15331903. OLE color: 15331903.

HSL color Cylindrical-coordinate representation of color #3FF2E9: hue angle of 176.98º degrees, saturation: 0.87, 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 #3FF2E9 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB63242233-
CMYK0.7400.040.05
HSL176.98º87.32%59.8%-
HSV(B)176.98º73.97%94.9%-
XYZ48.5170.4488.13-
YUV187.45153.739.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.71%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=11.71%
G=44.98%
B=43.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632422330.7400.040.05176.9887.3259.8
Hex3FF2E94A045b1573c
Octal7736235111204526112774
Binary111111111100101110100110010100100101101100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,242,233); }

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

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

 a { background-color: rgb(63,242,233); }

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

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

 span { border-color: rgb(63,242,233); }

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