#4BF8AF

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

Shades of Turquoise #4BF8AF

Tints of Turquoise #4BF8AF

Color information

#4BF8AF (or 0x4BF8AF) is unknown color: approx Turquoise. HEX triplet: 4B, F8 and AF. RGB value is (75,248,175). Sum of RGB (Red+Green+Blue) = 75+248+175=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 175 (68.75% from 255 or 35.14% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF8AF is #B40750. Grayscale: #BCBCBC. Windows color (decimal): -11798353 or 11532363. OLE color: 11532363.

HSL color Cylindrical-coordinate representation of color #4BF8AF: hue angle of 154.68º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BF8AF is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB75248175-
CMYK0.7000.290.03
HSL154.68º92.51%63.33%-
HSV(B)154.68º69.76%97.25%-
XYZ44.2171.7352.07-
YUV187.95120.6947.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.06%
GREEN value IS 248 (97.27% from 255) = 49.80%
BLUE value IS 175 (68.75% from 255) = 35.14%
R=15.06%
G=49.80%
B=35.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal752481750.7000.290.03154.6892.5163.33
Hex4BF8AF4601D39b5d3f
Octal113370257106035323313577
Binary10010111111100010101111100011001110111100110111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,248,175); }

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

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

 a { background-color: rgb(75,248,175); }

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

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

 span { border-color: rgb(75,248,175); }

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