#9efffb

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

Shades of Pale Turquoise #9EFFFB

Tints of Pale Turquoise #9EFFFB

Color information

#9EFFFB (or 0x9EFFFB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FF and FB. RGB value is (158,255,251). Sum of RGB (Red+Green+Blue) = 158+255+251=664 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.80% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFB is #610004. Grayscale: #E1E1E1. Windows color (decimal): -6356997 or 16514974. OLE color: 16514974.

HSL color Cylindrical-coordinate representation of color #9EFFFB: hue angle of 177.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFFB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB158255251-
CMYK0.3800.020
HSL177.53º100%80.98%-
HSV(B)177.53º38.04%100%-
XYZ67.2785.75104.27-
YUV225.54142.3679.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.80%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 251 (98.44% from 255) = 37.80%
R=23.80%
G=38.40%
B=37.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1582552510.3800.020177.5310080.98
Hex9EFFFB26020b26451
Octal23637737346020262144121
Binary10011110111111111111101110011001001011001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9efffb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,255,251); }

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

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

 a { background-color: rgb(158,255,251); }

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

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

 span { border-color: rgb(158,255,251); }

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