#4BDCFD

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

Shades of Turquoise Blue #4BDCFD

Tints of Turquoise Blue #4BDCFD

Color information

#4BDCFD (or 0x4BDCFD) is unknown color: approx Turquoise Blue. HEX triplet: 4B, DC and FD. RGB value is (75,220,253). Sum of RGB (Red+Green+Blue) = 75+220+253=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 253 (99.22% from 255 or 46.17% from 548); Max value from RGB is 253 - color contains mainly: blue. Hex color #4BDCFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDCFD is #B42302. Grayscale: #B4B4B4. Windows color (decimal): -11805443 or 16637003. OLE color: 16637003.

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

Color convert

RGB75220253-
CMYK0.700.1300.01
HSL191.12º97.8%64.31%-
HSV(B)191.12º70.36%99.22%-
XYZ46.2259.77102.03-
YUV180.41168.9652.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.69%
GREEN value IS 220 (86.33% from 255) = 40.15%
BLUE value IS 253 (99.22% from 255) = 46.17%
R=13.69%
G=40.15%
B=46.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752202530.700.1300.01191.1297.864.31
Hex4BDCFD46D01bf6240
Octal1133343751061501277142100
Binary1001011110111001111110110001101101011011111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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