#9FF6E8

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

Shades of Pale Turquoise #9FF6E8

Tints of Pale Turquoise #9FF6E8

Color information

#9FF6E8 (or 0x9FF6E8) is unknown color: approx Pale Turquoise. HEX triplet: 9F, F6 and E8. RGB value is (159,246,232). Sum of RGB (Red+Green+Blue) = 159+246+232=637 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.96% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #9FF6E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF6E8 is #600917. Grayscale: #DADADA. Windows color (decimal): -6293784 or 15267487. OLE color: 15267487.

HSL color Cylindrical-coordinate representation of color #9FF6E8: hue angle of 170.34º degrees, saturation: 0.83, 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 #9FF6E8 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.04.

Color convert

RGB159246232-
CMYK0.3500.060.04
HSL170.34º82.86%79.41%-
HSV(B)170.34º35.37%96.47%-
XYZ61.8279.1188.36-
YUV218.39135.6885.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 24.96%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=24.96%
G=38.62%
B=36.42%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1592462320.3500.060.04170.3482.8679.41
Hex9FF6E823064aa534f
Octal23736635043064252123117
Binary10011111111101101110100010001101101001010101010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF6E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,246,232); }

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

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

 a { background-color: rgb(159,246,232); }

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

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

 span { border-color: rgb(159,246,232); }

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