#4BE6F0

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

Shades of Turquoise Blue #4BE6F0

Tints of Turquoise Blue #4BE6F0

Color information

#4BE6F0 (or 0x4BE6F0) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E6 and F0. RGB value is (75,230,240). Sum of RGB (Red+Green+Blue) = 75+230+240=545 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.76% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 240 - color contains mainly: blue. Hex color #4BE6F0 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE6F0 is #B4190F. Grayscale: #B8B8B8. Windows color (decimal): -11802896 or 15787595. OLE color: 15787595.

HSL color Cylindrical-coordinate representation of color #4BE6F0: hue angle of 183.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BE6F0 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB75230240-
CMYK0.690.0400.06
HSL183.64º84.62%61.76%-
HSV(B)183.64º68.75%94.12%-
XYZ46.9364.3892.39-
YUV184.8159.1549.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.76%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 240 (94.14% from 255) = 44.04%
R=13.76%
G=42.20%
B=44.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal752302400.690.0400.06183.6484.6261.76
Hex4BE6F045406b8553e
Octal11334636010540627012576
Binary1001011111001101111000010001011000110101110001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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