#3FF4EA

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

Shades of Turquoise #3FF4EA

Tints of Turquoise #3FF4EA

Color information

#3FF4EA (or 0x3FF4EA) is unknown color: approx Turquoise. HEX triplet: 3F, F4 and EA. RGB value is (63,244,234). Sum of RGB (Red+Green+Blue) = 63+244+234=541 (71% of max value = 765). Red value is 63 (25% from 255 or 11.65% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FF4EA is #C00B15. Grayscale: #BCBCBC. Windows color (decimal): -12585750 or 15397951. OLE color: 15397951.

HSL color Cylindrical-coordinate representation of color #3FF4EA: hue angle of 176.69º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF4EA is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB63244234-
CMYK0.7400.040.04
HSL176.69º89.16%60.2%-
HSV(B)176.69º74.18%95.69%-
XYZ49.2571.789.09-
YUV188.74153.5338.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.65%
GREEN value IS 244 (95.70% from 255) = 45.10%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=11.65%
G=45.10%
B=43.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632442340.7400.040.04176.6989.1660.2
Hex3FF4EA4A044b1593c
Octal7736435211204426113174
Binary111111111101001110101010010100100100101100011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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