#4bd7f3

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

Shades of Turquoise Blue #4BD7F3

Tints of Turquoise Blue #4BD7F3

Color information

#4BD7F3 (or 0x4BD7F3) is unknown color: approx Turquoise Blue. HEX triplet: 4B, D7 and F3. RGB value is (75,215,243). Sum of RGB (Red+Green+Blue) = 75+215+243=533 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.07% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #4BD7F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #4BD7F3 is #B4280C. Grayscale: #B0B0B0. Windows color (decimal): -11806733 or 15980363. OLE color: 15980363.

HSL color Cylindrical-coordinate representation of color #4BD7F3: hue angle of 190º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BD7F3 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75215243-
CMYK0.690.1200.05
HSL190º87.5%62.35%-
HSV(B)190º69.14%95.29%-
XYZ43.3856.5793.43-
YUV176.33165.6255.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.07%
GREEN value IS 215 (84.38% from 255) = 40.34%
BLUE value IS 243 (95.31% from 255) = 45.59%
R=14.07%
G=40.34%
B=45.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752152430.690.1200.0519087.562.35
Hex4BD7F345C05be583e
Octal113327363105140527613076
Binary10010111101011111110011100010111000101101111101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bd7f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,243); }

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

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

 a { background-color: rgb(75,215,243); }

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

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

 span { border-color: rgb(75,215,243); }

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