#4BF8EC

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

Shades of Turquoise #4BF8EC

Tints of Turquoise #4BF8EC

Color information

#4BF8EC (or 0x4BF8EC) is unknown color: approx Turquoise. HEX triplet: 4B, F8 and EC. RGB value is (75,248,236). Sum of RGB (Red+Green+Blue) = 75+248+236=559 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.42% from 559); Green value is 248 (97.27% from 255 or 44.36% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 248 - color contains mainly: green. Hex color #4BF8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF8EC is #B40713. Grayscale: #C2C2C2. Windows color (decimal): -11798292 or 15530059. OLE color: 15530059.

HSL color Cylindrical-coordinate representation of color #4BF8EC: hue angle of 175.84º 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 #4BF8EC is Cyan = 0.70, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB75248236-
CMYK0.7000.050.03
HSL175.84º92.51%63.33%-
HSV(B)175.84º69.76%97.25%-
XYZ51.6174.6991.05-
YUV194.9151.1942.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.42%
GREEN value IS 248 (97.27% from 255) = 44.36%
BLUE value IS 236 (92.58% from 255) = 42.22%
R=13.42%
G=44.36%
B=42.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal752482360.7000.050.03175.8492.5163.33
Hex4BF8EC46053b05d3f
Octal11337035410605326013577
Binary100101111111000111011001000110010111101100001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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