#4FF9DE

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

Shades of Turquoise #4FF9DE

Tints of Turquoise #4FF9DE

Color information

#4FF9DE (or 0x4FF9DE) is unknown color: approx Turquoise. HEX triplet: 4F, F9 and DE. RGB value is (79,249,222). Sum of RGB (Red+Green+Blue) = 79+249+222=550 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.36% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 249 - color contains mainly: green. Hex color #4FF9DE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF9DE is #B00621. Grayscale: #C3C3C3. Windows color (decimal): -11535906 or 14612815. OLE color: 14612815.

HSL color Cylindrical-coordinate representation of color #4FF9DE: hue angle of 170.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4FF9DE is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB79249222-
CMYK0.6800.110.02
HSL170.47º93.41%64.31%-
HSV(B)170.47º68.27%97.65%-
XYZ50.2874.6980.87-
YUV195.09143.1845.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.36%
GREEN value IS 249 (97.66% from 255) = 45.27%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=14.36%
G=45.27%
B=40.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal792492220.6800.110.02170.4793.4164.31
Hex4FF9DE440B2aa5d40
Octal1173713361040132252135100
Binary10011111111100111011110100010001011101010101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,249,222); }

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

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

 a { background-color: rgb(79,249,222); }

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

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

 span { border-color: rgb(79,249,222); }

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