#4BC7CF

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

Shades of Medium Turquoise #4BC7CF

Tints of Medium Turquoise #4BC7CF

Color information

#4BC7CF (or 0x4BC7CF) is unknown color: approx Medium Turquoise. HEX triplet: 4B, C7 and CF. RGB value is (75,199,207). Sum of RGB (Red+Green+Blue) = 75+199+207=481 (63% of max value = 765). Red value is 75 (29.69% from 255 or 15.59% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #4BC7CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BC7CF is #B43830. Grayscale: #A2A2A2. Windows color (decimal): -11810865 or 13616971. OLE color: 13616971.

HSL color Cylindrical-coordinate representation of color #4BC7CF: hue angle of 183.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BC7CF is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB75199207-
CMYK0.640.0400.19
HSL183.64º57.89%55.29%-
HSV(B)183.64º63.77%81.18%-
XYZ34.5946.8566.25-
YUV162.84152.9265.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.59%
GREEN value IS 199 (78.12% from 255) = 41.37%
BLUE value IS 207 (81.25% from 255) = 43.04%
R=15.59%
G=41.37%
B=43.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal751992070.640.0400.19183.6457.8955.29
Hex4BC7CF404013b83a37
Octal11330731710040232707267
Binary10010111100011111001111100000010001001110111000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,199,207); }

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

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

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

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

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

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

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