#4BFFE4

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

Shades of Turquoise #4BFFE4

Tints of Turquoise #4BFFE4

Color information

#4BFFE4 (or 0x4BFFE4) is unknown color: approx Turquoise. HEX triplet: 4B, FF and E4. RGB value is (75,255,228). Sum of RGB (Red+Green+Blue) = 75+255+228=558 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.44% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFE4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFE4 is #B4001B. Grayscale: #C6C6C6. Windows color (decimal): -11796508 or 15007563. OLE color: 15007563.

HSL color Cylindrical-coordinate representation of color #4BFFE4: hue angle of 171º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4BFFE4 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB75255228-
CMYK0.7100.110
HSL171º100%64.71%-
HSV(B)171º70.59%100%-
XYZ52.6778.6285.8-
YUV198.1144.8740.2-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.44%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 228 (89.45% from 255) = 40.86%
R=13.44%
G=45.70%
B=40.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552280.7100.11017110064.71
Hex4BFFE4470B0ab6441
Octal1133773441070130253144101
Binary1001011111111111110010010001110101101010101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,255,228); }

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

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

 a { background-color: rgb(75,255,228); }

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

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

 span { border-color: rgb(75,255,228); }

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