#4bffcc

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

Shades of Turquoise #4BFFCC

Tints of Turquoise #4BFFCC

Color information

#4BFFCC (or 0x4BFFCC) is unknown color: approx Turquoise. HEX triplet: 4B, FF and CC. RGB value is (75,255,204). Sum of RGB (Red+Green+Blue) = 75+255+204=534 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.04% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFCC is #B40033. Grayscale: #C3C3C3. Windows color (decimal): -11796532 or 13434699. OLE color: 13434699.

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

Color convert

RGB75255204-
CMYK0.7100.20
HSL163º100%64.71%-
HSV(B)163º70.59%100%-
XYZ49.5677.3869.45-
YUV195.37132.8742.15-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.04%
GREEN value IS 255 (100% from 255) = 47.75%
BLUE value IS 204 (80.08% from 255) = 38.20%
R=14.04%
G=47.75%
B=38.20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552040.7100.2016310064.71
Hex4BFFCC470140a36441
Octal1133773141070240243144101
Binary10010111111111111001100100011101010001010001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bffcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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