#4bd9e3

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

Shades of Medium Turquoise #4BD9E3

Tints of Medium Turquoise #4BD9E3

Color information

#4BD9E3 (or 0x4BD9E3) is unknown color: approx Medium Turquoise. HEX triplet: 4B, D9 and E3. RGB value is (75,217,227). Sum of RGB (Red+Green+Blue) = 75+217+227=519 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.45% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 227 (89.06% from 255 or 43.74% from 519); Max value from RGB is 227 - color contains mainly: blue. Hex color #4BD9E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BD9E3 is #B4261C. Grayscale: #AFAFAF. Windows color (decimal): -11806237 or 14932299. OLE color: 14932299.

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

Color convert

RGB75217227-
CMYK0.670.0400.11
HSL183.95º73.08%59.22%-
HSV(B)183.95º66.96%89.02%-
XYZ41.5856.6781.42-
YUV175.68156.9656.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.45%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 227 (89.06% from 255) = 43.74%
R=14.45%
G=41.81%
B=43.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal752172270.670.0400.11183.9573.0859.22
Hex4BD9E34340Bb8493b
Octal113331343103401327011173
Binary10010111101100111100011100001110001011101110001001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bd9e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,217,227); }

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

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

 a { background-color: rgb(75,217,227); }

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

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

 span { border-color: rgb(75,217,227); }

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