#4BCBBC

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

Shades of Medium Turquoise #4BCBBC

Tints of Medium Turquoise #4BCBBC

Color information

#4BCBBC (or 0x4BCBBC) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CB and BC. RGB value is (75,203,188). Sum of RGB (Red+Green+Blue) = 75+203+188=466 (61% of max value = 765). Red value is 75 (29.69% from 255 or 16.09% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BCBBC is #B43443. Grayscale: #A2A2A2. Windows color (decimal): -11809860 or 12372811. OLE color: 12372811.

HSL color Cylindrical-coordinate representation of color #4BCBBC: hue angle of 172.97º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCBBC is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB75203188-
CMYK0.6300.070.20
HSL172.97º55.17%54.51%-
HSV(B)172.97º63.05%79.61%-
XYZ33.3347.8455.05-
YUV163.02142.0965.22-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.09%
GREEN value IS 203 (79.69% from 255) = 43.56%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=16.09%
G=43.56%
B=40.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752031880.6300.070.20172.9755.1754.51
Hex4BCBBC3F0714ad3737
Octal1133132747707242556767
Binary1001011110010111011110011111101111010010101101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,203,188); }

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

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

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

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

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

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

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