#4BDDD3

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

Shades of Turquoise #4BDDD3

Tints of Turquoise #4BDDD3

Color information

#4BDDD3 (or 0x4BDDD3) is unknown color: approx Turquoise. HEX triplet: 4B, DD and D3. RGB value is (75,221,211). Sum of RGB (Red+Green+Blue) = 75+221+211=507 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.79% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 211 (82.81% from 255 or 41.62% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4BDDD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDDD3 is #B4222C. Grayscale: #B0B0B0. Windows color (decimal): -11805229 or 13884747. OLE color: 13884747.

HSL color Cylindrical-coordinate representation of color #4BDDD3: hue angle of 175.89º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDDD3 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB75221211-
CMYK0.6600.050.13
HSL175.89º68.22%58.04%-
HSV(B)175.89º66.06%86.67%-
XYZ40.5257.9170.67-
YUV176.21147.6355.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.79%
GREEN value IS 221 (86.72% from 255) = 43.59%
BLUE value IS 211 (82.81% from 255) = 41.62%
R=14.79%
G=43.59%
B=41.62%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752212110.6600.050.13175.8968.2258.04
Hex4BDDD34205Db0443a
Octal113335323102051526010472
Binary10010111101110111010011100001001011101101100001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,221,211); }

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

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

 a { background-color: rgb(75,221,211); }

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

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

 span { border-color: rgb(75,221,211); }

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