#4BC6DF

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

Shades of Medium Turquoise #4BC6DF

Tints of Medium Turquoise #4BC6DF

Color information

#4BC6DF (or 0x4BC6DF) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C6 and DF. RGB value is (75,198,223). Sum of RGB (Red+Green+Blue) = 75+198+223=496 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.12% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 223 (87.5% from 255 or 44.96% from 496); Max value from RGB is 223 - color contains mainly: blue. Hex color #4BC6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6DF is #B43920. Grayscale: #A3A3A3. Windows color (decimal): -11811105 or 14665291. OLE color: 14665291.

HSL color Cylindrical-coordinate representation of color #4BC6DF: hue angle of 190.14º degrees, saturation: 0.7, 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 #4BC6DF is Cyan = 0.66, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB75198223-
CMYK0.660.1100.13
HSL190.14º69.81%58.43%-
HSV(B)190.14º66.37%87.45%-
XYZ36.4247.2177.01-
YUV164.07161.2564.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.12%
GREEN value IS 198 (77.73% from 255) = 39.92%
BLUE value IS 223 (87.5% from 255) = 44.96%
R=15.12%
G=39.92%
B=44.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal751982230.660.1100.13190.1469.8158.43
Hex4BC6DF42B0Dbe463a
Octal1133063371021301527610672
Binary100101111000110110111111000010101101101101111101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,223); }

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

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

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

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

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

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

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