#9EFBFE

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

Shades of Pale Turquoise #9EFBFE

Tints of Pale Turquoise #9EFBFE

Color information

#9EFBFE (or 0x9EFBFE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FB and FE. RGB value is (158,251,254). Sum of RGB (Red+Green+Blue) = 158+251+254=663 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.83% from 663); Green value is 251 (98.44% from 255 or 37.86% from 663); Blue value is 254 (99.61% from 255 or 38.31% from 663); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBFE is #610401. Grayscale: #DFDFDF. Windows color (decimal): -6358018 or 16710558. OLE color: 16710558.

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

Color convert

RGB158251254-
CMYK0.380.0100.00
HSL181.88º97.96%80.78%-
HSV(B)181.88º37.8%99.61%-
XYZ66.4983.42106.36-
YUV223.53145.1981.26-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.83%
GREEN value IS 251 (98.44% from 255) = 37.86%
BLUE value IS 254 (99.61% from 255) = 38.31%
R=23.83%
G=37.86%
B=38.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582512540.380.0100.00181.8897.9680.78
Hex9EFBFE26100b66251
Octal23637337646100266142121
Binary1001111011111011111111101001101001011011011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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