#4BC6DA

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

Shades of Medium Turquoise #4BC6DA

Tints of Medium Turquoise #4BC6DA

Color information

#4BC6DA (or 0x4BC6DA) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C6 and DA. RGB value is (75,198,218). Sum of RGB (Red+Green+Blue) = 75+198+218=491 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.27% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #4BC6DA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC6DA is #B43925. Grayscale: #A3A3A3. Windows color (decimal): -11811110 or 14337611. OLE color: 14337611.

HSL color Cylindrical-coordinate representation of color #4BC6DA: hue angle of 188.39º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BC6DA is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB75198218-
CMYK0.660.0900.15
HSL188.39º65.9%57.45%-
HSV(B)188.39º65.6%85.49%-
XYZ35.7546.9573.51-
YUV163.5158.7564.87-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.27%
GREEN value IS 198 (77.73% from 255) = 40.33%
BLUE value IS 218 (85.55% from 255) = 44.40%
R=15.27%
G=40.33%
B=44.40%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal751982180.660.0900.15188.3965.957.45
Hex4BC6DA4290Fbc4239
Octal1133063321021101727410271
Binary100101111000110110110101000010100101111101111001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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