#4bffdc

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

Shades of Turquoise #4BFFDC

Tints of Turquoise #4BFFDC

Color information

#4BFFDC (or 0x4BFFDC) is unknown color: approx Turquoise. HEX triplet: 4B, FF and DC. RGB value is (75,255,220). Sum of RGB (Red+Green+Blue) = 75+255+220=550 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.64% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFFDC is #B40023. Grayscale: #C5C5C5. Windows color (decimal): -11796516 or 14483275. OLE color: 14483275.

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

Color convert

RGB75255220-
CMYK0.7100.140
HSL168.33º100%64.71%-
HSV(B)168.33º70.59%100%-
XYZ51.5878.1880.08-
YUV197.19140.8740.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.64%
GREEN value IS 255 (100% from 255) = 46.36%
BLUE value IS 220 (86.33% from 255) = 40%
R=13.64%
G=46.36%
B=40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal752552200.7100.140168.3310064.71
Hex4BFFDC470E0a86441
Octal1133773341070160250144101
Binary1001011111111111101110010001110111001010100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bffdc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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