#4BCFE6

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

Shades of Medium Turquoise #4BCFE6

Tints of Medium Turquoise #4BCFE6

Color information

#4BCFE6 (or 0x4BCFE6) is unknown color: approx Medium Turquoise. HEX triplet: 4B, CF and E6. RGB value is (75,207,230). Sum of RGB (Red+Green+Blue) = 75+207+230=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 230 (90.23% from 255 or 44.92% from 512); Max value from RGB is 230 - color contains mainly: blue. Hex color #4BCFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BCFE6 is #B43019. Grayscale: #A9A9A9. Windows color (decimal): -11808794 or 15126347. OLE color: 15126347.

HSL color Cylindrical-coordinate representation of color #4BCFE6: hue angle of 188.9º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BCFE6 is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB75207230-
CMYK0.670.1000.10
HSL188.9º75.61%59.8%-
HSV(B)188.9º67.39%90.2%-
XYZ39.551.8382.79-
YUV170.15161.7760.13-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.65%
GREEN value IS 207 (81.25% from 255) = 40.43%
BLUE value IS 230 (90.23% from 255) = 44.92%
R=14.65%
G=40.43%
B=44.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal752072300.670.1000.10188.975.6159.8
Hex4BCFE643A0Abd4c3c
Octal1133173461031201227511474
Binary100101111001111111001101000011101001010101111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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