#4bdfc9

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

Shades of Turquoise #4BDFC9

Tints of Turquoise #4BDFC9

Color information

#4BDFC9 (or 0x4BDFC9) is unknown color: approx Turquoise. HEX triplet: 4B, DF and C9. RGB value is (75,223,201). Sum of RGB (Red+Green+Blue) = 75+223+201=499 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15.03% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 201 (78.91% from 255 or 40.28% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #4BDFC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDFC9 is #B42036. Grayscale: #B0B0B0. Windows color (decimal): -11804727 or 13229899. OLE color: 13229899.

HSL color Cylindrical-coordinate representation of color #4BDFC9: hue angle of 171.08º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDFC9 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB75223201-
CMYK0.6600.100.13
HSL171.08º69.81%58.43%-
HSV(B)171.08º66.37%87.45%-
XYZ39.8358.4964.45-
YUV176.24141.9755.79-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 15.03%
GREEN value IS 223 (87.5% from 255) = 44.69%
BLUE value IS 201 (78.91% from 255) = 40.28%
R=15.03%
G=44.69%
B=40.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752232010.6600.100.13171.0869.8158.43
Hex4BDFC9420ADab463a
Octal1133373111020121525310672
Binary100101111011111110010011000010010101101101010111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bdfc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,223,201); }

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

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

 a { background-color: rgb(75,223,201); }

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

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

 span { border-color: rgb(75,223,201); }

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