#9FF4EE

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

Shades of Pale Turquoise #9FF4EE

Tints of Pale Turquoise #9FF4EE

Color information

#9FF4EE (or 0x9FF4EE) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F4 and EE. RGB value is (159,244,238). Sum of RGB (Red+Green+Blue) = 159+244+238=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 244 (95.70% from 255 or 38.07% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 244 - color contains mainly: green. Hex color #9FF4EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF4EE is #600B11. Grayscale: #D9D9D9. Windows color (decimal): -6294290 or 15660191. OLE color: 15660191.

HSL color Cylindrical-coordinate representation of color #9FF4EE: hue angle of 175.76º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF4EE is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB159244238-
CMYK0.3500.020.04
HSL175.76º79.44%79.02%-
HSV(B)175.76º34.84%95.69%-
XYZ62.0878.2592.72-
YUV217.9139.3485.99-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.80%
GREEN value IS 244 (95.70% from 255) = 38.07%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=24.80%
G=38.07%
B=37.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592442380.3500.020.04175.7679.4479.02
Hex9FF4EE23024b04f4f
Octal23736435643024260117117
Binary1001111111110100111011101000110101001011000010011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF4EE; }

 p { color: rgb(159,244,238); }

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

<style>
 a { background-color: #9FF4EE; }

 a { background-color: rgb(159,244,238); }

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

<style>
 span { border-color: #9FF4EE; }

 span { border-color: rgb(159,244,238); }

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