#4BD0FD

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

Shades of Turquoise Blue #4BD0FD

Tints of Turquoise Blue #4BD0FD

Color information

#4BD0FD (or 0x4BD0FD) is unknown color: approx Turquoise Blue. HEX triplet: 4B, D0 and FD. RGB value is (75,208,253). Sum of RGB (Red+Green+Blue) = 75+208+253=536 (70% of max value = 765). Red value is 75 (29.69% from 255 or 13.99% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 253 (99.22% from 255 or 47.20% from 536); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BD0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD0FD is #B42F02. Grayscale: #ADADAD. Windows color (decimal): -11808515 or 16633931. OLE color: 16633931.

HSL color Cylindrical-coordinate representation of color #4BD0FD: hue angle of 195.17º 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 #4BD0FD is Cyan = 0.70, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75208253-
CMYK0.700.1800.01
HSL195.17º97.8%64.31%-
HSV(B)195.17º70.36%99.22%-
XYZ43.1953.7101.02-
YUV173.36172.9457.84-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.99%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 253 (99.22% from 255) = 47.20%
R=13.99%
G=38.81%
B=47.20%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752082530.700.1800.01195.1797.864.31
Hex4BD0FD461201c36240
Octal1133203751062201303142100
Binary10010111101000011111101100011010010011100001111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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