#3FF4B5

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

Shades of Turquoise #3FF4B5

Tints of Turquoise #3FF4B5

Color information

#3FF4B5 (or 0x3FF4B5) is unknown color: approx Turquoise. HEX triplet: 3F, F4 and B5. RGB value is (63,244,181). Sum of RGB (Red+Green+Blue) = 63+244+181=488 (64% of max value = 765). Red value is 63 (25% from 255 or 12.91% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF4B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF4B5 is #C00B4A. Grayscale: #B6B6B6. Windows color (decimal): -12585803 or 11924543. OLE color: 11924543.

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

Color convert

RGB63244181-
CMYK0.7400.260.04
HSL159.12º89.16%60.2%-
HSV(B)159.12º74.18%95.69%-
XYZ42.7469.0954.8-
YUV182.7127.0342.62-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.91%
GREEN value IS 244 (95.70% from 255) = 50%
BLUE value IS 181 (71.09% from 255) = 37.09%
R=12.91%
G=50%
B=37.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal632441810.7400.260.04159.1289.1660.2
Hex3FF4B54A01A49f593c
Octal77364265112032423713174
Binary11111111110100101101011001010011010100100111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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