#4BF0E8

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

Shades of Turquoise #4BF0E8

Tints of Turquoise #4BF0E8

Color information

#4BF0E8 (or 0x4BF0E8) is unknown color: approx Turquoise. HEX triplet: 4B, F0 and E8. RGB value is (75,240,232). Sum of RGB (Red+Green+Blue) = 75+240+232=547 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.71% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 232 (91.02% from 255 or 42.41% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #4BF0E8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF0E8 is #B40F17. Grayscale: #BDBDBD. Windows color (decimal): -11800344 or 15265867. OLE color: 15265867.

HSL color Cylindrical-coordinate representation of color #4BF0E8: hue angle of 177.09º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF0E8 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB75240232-
CMYK0.6900.030.06
HSL177.09º84.62%61.76%-
HSV(B)177.09º68.75%94.12%-
XYZ48.6369.6487.22-
YUV189.75151.8446.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.71%
GREEN value IS 240 (94.14% from 255) = 43.88%
BLUE value IS 232 (91.02% from 255) = 42.41%
R=13.71%
G=43.88%
B=42.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752402320.6900.030.06177.0984.6261.76
Hex4BF0E845036b1553e
Octal11336035010503626112576
Binary100101111110000111010001000101011110101100011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,240,232); }

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

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

 a { background-color: rgb(75,240,232); }

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

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

 span { border-color: rgb(75,240,232); }

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