#4BE9D4

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

Shades of Turquoise #4BE9D4

Tints of Turquoise #4BE9D4

Color information

#4BE9D4 (or 0x4BE9D4) is unknown color: approx Turquoise. HEX triplet: 4B, E9 and D4. RGB value is (75,233,212). Sum of RGB (Red+Green+Blue) = 75+233+212=520 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.42% from 520); Green value is 233 (91.41% from 255 or 44.81% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 233 - color contains mainly: green. Hex color #4BE9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE9D4 is #B4162B. Grayscale: #B7B7B7. Windows color (decimal): -11802156 or 13953355. OLE color: 13953355.

HSL color Cylindrical-coordinate representation of color #4BE9D4: hue angle of 172.03º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE9D4 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB75233212-
CMYK0.6800.090.09
HSL172.03º78.22%60.39%-
HSV(B)172.03º67.81%91.37%-
XYZ43.9264.5372.43-
YUV183.36144.1550.71-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 14.42%
GREEN value IS 233 (91.41% from 255) = 44.81%
BLUE value IS 212 (83.20% from 255) = 40.77%
R=14.42%
G=44.81%
B=40.77%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal752332120.6800.090.09172.0378.2260.39
Hex4BE9D444099ac4e3c
Octal1133513241040111125411674
Binary100101111101001110101001000100010011001101011001001110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BE9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,233,212); }

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

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

 a { background-color: rgb(75,233,212); }

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

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

 span { border-color: rgb(75,233,212); }

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