#9FEBE6

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

Shades of Pale Turquoise #9FEBE6

Tints of Pale Turquoise #9FEBE6

Color information

#9FEBE6 (or 0x9FEBE6) is unknown color: approx Pale Turquoise. HEX triplet: 9F, EB and E6. RGB value is (159,235,230). Sum of RGB (Red+Green+Blue) = 159+235+230=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 230 (90.23% from 255 or 36.86% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #9FEBE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEBE6 is #601419. Grayscale: #D3D3D3. Windows color (decimal): -6296602 or 15133599. OLE color: 15133599.

HSL color Cylindrical-coordinate representation of color #9FEBE6: hue angle of 176.05º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEBE6 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB159235230-
CMYK0.3200.020.08
HSL176.05º65.52%77.25%-
HSV(B)176.05º32.34%92.16%-
XYZ58.2972.585.78-
YUV211.71138.3290.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 25.48%
GREEN value IS 235 (92.19% from 255) = 37.66%
BLUE value IS 230 (90.23% from 255) = 36.86%
R=25.48%
G=37.66%
B=36.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1592352300.3200.020.08176.0565.5277.25
Hex9FEBE620028b0424d
Octal237353346400210260102115
Binary10011111111010111110011010000001010001011000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,235,230); }

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

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

 a { background-color: rgb(159,235,230); }

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

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

 span { border-color: rgb(159,235,230); }

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