#4BDBCF

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

Shades of Medium Turquoise #4BDBCF

Tints of Medium Turquoise #4BDBCF

Color information

#4BDBCF (or 0x4BDBCF) is unknown color: approx Medium Turquoise. HEX triplet: 4B, DB and CF. RGB value is (75,219,207). Sum of RGB (Red+Green+Blue) = 75+219+207=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 207 (81.25% from 255 or 41.32% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBCF is #B42430. Grayscale: #AEAEAE. Windows color (decimal): -11805745 or 13622091. OLE color: 13622091.

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

Color convert

RGB75219207-
CMYK0.6600.050.14
HSL175º66.67%57.65%-
HSV(B)175º65.75%85.88%-
XYZ39.556.6667.89-
YUV174.58146.2956.98-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.97%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 207 (81.25% from 255) = 41.32%
R=14.97%
G=43.71%
B=41.32%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal752192070.6600.050.1417566.6757.65
Hex4BDBCF4205Eaf433a
Octal113333317102051625710372
Binary10010111101101111001111100001001011110101011111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,219,207); }

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

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

 a { background-color: rgb(75,219,207); }

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

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

 span { border-color: rgb(75,219,207); }

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