#4BE6FD

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

Shades of Turquoise Blue #4BE6FD

Tints of Turquoise Blue #4BE6FD

Color information

#4BE6FD (or 0x4BE6FD) is unknown color: approx Turquoise Blue. HEX triplet: 4B, E6 and FD. RGB value is (75,230,253). Sum of RGB (Red+Green+Blue) = 75+230+253=558 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.44% from 558); Green value is 230 (90.23% from 255 or 41.22% from 558); Blue value is 253 (99.22% from 255 or 45.34% from 558); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BE6FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BE6FD is #B41902. Grayscale: #BABABA. Windows color (decimal): -11802883 or 16639563. OLE color: 16639563.

HSL color Cylindrical-coordinate representation of color #4BE6FD: hue angle of 187.75º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BE6FD is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75230253-
CMYK0.700.0900.01
HSL187.75º97.8%64.31%-
HSV(B)187.75º70.36%99.22%-
XYZ48.9365.18102.93-
YUV186.28165.6548.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.44%
GREEN value IS 230 (90.23% from 255) = 41.22%
BLUE value IS 253 (99.22% from 255) = 45.34%
R=13.44%
G=41.22%
B=45.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752302530.700.0900.01187.7597.864.31
Hex4BE6FD46901bc6240
Octal1133463751061101274142100
Binary1001011111001101111110110001101001011011110011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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