#4BF5BA

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

Shades of Turquoise #4BF5BA

Tints of Turquoise #4BF5BA

Color information

#4BF5BA (or 0x4BF5BA) is unknown color: approx Turquoise. HEX triplet: 4B, F5 and BA. RGB value is (75,245,186). Sum of RGB (Red+Green+Blue) = 75+245+186=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BF5BA is #B40A45. Grayscale: #BBBBBB. Windows color (decimal): -11799110 or 12252491. OLE color: 12252491.

HSL color Cylindrical-coordinate representation of color #4BF5BA: hue angle of 159.18º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF5BA is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB75245186-
CMYK0.6900.240.04
HSL159.18º89.47%62.75%-
HSV(B)159.18º69.39%96.08%-
XYZ44.4270.3557.69-
YUV187.44127.1847.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.82%
GREEN value IS 245 (96.09% from 255) = 48.42%
BLUE value IS 186 (73.05% from 255) = 36.76%
R=14.82%
G=48.42%
B=36.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752451860.6900.240.04159.1889.4762.75
Hex4BF5BA4501849f593f
Octal113365272105030423713177
Binary100101111110101101110101000101011000100100111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,245,186); }

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

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

 a { background-color: rgb(75,245,186); }

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

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

 span { border-color: rgb(75,245,186); }

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