#4BF1E1

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

Shades of Turquoise #4BF1E1

Tints of Turquoise #4BF1E1

Color information

#4BF1E1 (or 0x4BF1E1) is unknown color: approx Turquoise. HEX triplet: 4B, F1 and E1. RGB value is (75,241,225). Sum of RGB (Red+Green+Blue) = 75+241+225=541 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.86% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #4BF1E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF1E1 is #B40E1E. Grayscale: #BDBDBD. Windows color (decimal): -11800095 or 14807371. OLE color: 14807371.

HSL color Cylindrical-coordinate representation of color #4BF1E1: hue angle of 174.22º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF1E1 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB75241225-
CMYK0.6900.070.05
HSL174.22º85.57%61.96%-
HSV(B)174.22º68.88%94.51%-
XYZ47.9569.8482.19-
YUV189.5414846.3-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.86%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=13.86%
G=44.55%
B=41.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752412250.6900.070.05174.2285.5761.96
Hex4BF1E145075ae563e
Octal11336134110507525612676
Binary1001011111100011110000110001010111101101011101010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF1E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4BF1E1; }

 p { color: rgb(75,241,225); }

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

<style>
 a { background-color: #4BF1E1; }

 a { background-color: rgb(75,241,225); }

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

<style>
 span { border-color: #4BF1E1; }

 span { border-color: rgb(75,241,225); }

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