#4bffe5

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

Shades of Turquoise #4BFFE5

Tints of Turquoise #4BFFE5

Color information

#4BFFE5 (or 0x4BFFE5) is unknown color: approx Turquoise. HEX triplet: 4B, FF and E5. RGB value is (75,255,229). Sum of RGB (Red+Green+Blue) = 75+255+229=559 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.42% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFE5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFE5 is #B4001A. Grayscale: #C6C6C6. Windows color (decimal): -11796507 or 15073099. OLE color: 15073099.

HSL color Cylindrical-coordinate representation of color #4BFFE5: hue angle of 171.33º 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 #4BFFE5 is Cyan = 0.71, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB75255229-
CMYK0.7100.100
HSL171.33º100%64.71%-
HSV(B)171.33º70.59%100%-
XYZ52.878.6786.53-
YUV198.22145.3740.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.42%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 229 (89.84% from 255) = 40.97%
R=13.42%
G=45.62%
B=40.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552290.7100.100171.3310064.71
Hex4BFFE5470A0ab6441
Octal1133773451070120253144101
Binary1001011111111111110010110001110101001010101111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bffe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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