#4BDDFC

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

Shades of Turquoise Blue #4BDDFC

Tints of Turquoise Blue #4BDDFC

Color information

#4BDDFC (or 0x4BDDFC) is unknown color: approx Turquoise Blue. HEX triplet: 4B, DD and FC. RGB value is (75,221,252). Sum of RGB (Red+Green+Blue) = 75+221+252=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #4BDDFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDDFC is #B42203. Grayscale: #B4B4B4. Windows color (decimal): -11805188 or 16571723. OLE color: 16571723.

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

Color convert

RGB75221252-
CMYK0.700.1200.01
HSL190.51º96.72%64.12%-
HSV(B)190.51º70.24%98.82%-
XYZ46.3360.24101.28-
YUV180.88168.1352.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.69%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=13.69%
G=40.33%
B=45.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal752212520.700.1200.01190.5196.7264.12
Hex4BDDFC46C01bf6140
Octal1133353741061401277141100
Binary1001011110111011111110010001101100011011111111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,221,252); }

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

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

 a { background-color: rgb(75,221,252); }

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

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

 span { border-color: rgb(75,221,252); }

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