#4bdbf5

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

Shades of Turquoise Blue #4BDBF5

Tints of Turquoise Blue #4BDBF5

Color information

#4BDBF5 (or 0x4BDBF5) is unknown color: approx Turquoise Blue. HEX triplet: 4B, DB and F5. RGB value is (75,219,245). Sum of RGB (Red+Green+Blue) = 75+219+245=539 (71% of max value = 765). Red value is 75 (29.69% from 255 or 13.91% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #4BDBF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BDBF5 is #B4240A. Grayscale: #B2B2B2. Windows color (decimal): -11805707 or 16112459. OLE color: 16112459.

HSL color Cylindrical-coordinate representation of color #4BDBF5: hue angle of 189.18º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BDBF5 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB75219245-
CMYK0.690.1100.04
HSL189.18º89.47%62.75%-
HSV(B)189.18º69.39%96.08%-
XYZ44.7158.7595.37-
YUV178.91165.2953.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 13.91%
GREEN value IS 219 (85.94% from 255) = 40.63%
BLUE value IS 245 (96.09% from 255) = 45.45%
R=13.91%
G=40.63%
B=45.45%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752192450.690.1100.04189.1889.4762.75
Hex4BDBF545B04bd593f
Octal113333365105130427513177
Binary10010111101101111110101100010110110100101111011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bdbf5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,219,245); }

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

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

 a { background-color: rgb(75,219,245); }

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

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

 span { border-color: rgb(75,219,245); }

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