#4BD0D4

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

Shades of Medium Turquoise #4BD0D4

Tints of Medium Turquoise #4BD0D4

Color information

#4BD0D4 (or 0x4BD0D4) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D0 and D4. RGB value is (75,208,212). Sum of RGB (Red+Green+Blue) = 75+208+212=495 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.15% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 212 (83.20% from 255 or 42.83% from 495); Max value from RGB is 212 - color contains mainly: blue. Hex color #4BD0D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD0D4 is #B42F2B. Grayscale: #A8A8A8. Windows color (decimal): -11808556 or 13946955. OLE color: 13946955.

HSL color Cylindrical-coordinate representation of color #4BD0D4: hue angle of 181.75º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD0D4 is Cyan = 0.65, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB75208212-
CMYK0.650.0200.17
HSL181.75º61.43%56.27%-
HSV(B)181.75º64.62%83.14%-
XYZ37.3451.3670.23-
YUV168.69152.4461.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.15%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 212 (83.20% from 255) = 42.83%
R=15.15%
G=42.02%
B=42.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752082120.650.0200.17181.7561.4356.27
Hex4BD0D4412011b63d38
Octal11332032410120212667570
Binary1001011110100001101010010000011001000110110110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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