#4BD0D0

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

Shades of Medium Turquoise #4BD0D0

Tints of Medium Turquoise #4BD0D0

Color information

#4BD0D0 (or 0x4BD0D0) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and D0. RGB value is (75,208,208). Sum of RGB (Red+Green+Blue) = 75+208+208=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #4BD0D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0D0 is #B42F2F. Grayscale: #A8A8A8. Windows color (decimal): -11808560 or 13684811. OLE color: 13684811.

HSL color Cylindrical-coordinate representation of color #4BD0D0: hue angle of 180º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0D0 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB75208208-
CMYK0.64000.18
HSL180º58.59%55.49%-
HSV(B)180º63.94%81.57%-
XYZ36.8451.1667.61-
YUV168.23150.4461.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.27%
GREEN value IS 208 (81.64% from 255) = 42.36%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=15.27%
G=42.36%
B=42.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal752082080.64000.1818058.5955.49
Hex4BD0D0400012b43b37
Octal11332032010000222647367
Binary100101111010000110100001000000001001010110100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,208,208); }

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

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

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

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

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

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

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