#9EFCFE

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

Shades of Pale Turquoise #9EFCFE

Tints of Pale Turquoise #9EFCFE

Color information

#9EFCFE (or 0x9EFCFE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FC and FE. RGB value is (158,252,254). Sum of RGB (Red+Green+Blue) = 158+252+254=664 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.80% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 254 (99.61% from 255 or 38.25% from 664); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EFCFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFCFE is #610301. Grayscale: #E0E0E0. Windows color (decimal): -6357762 or 16710814. OLE color: 16710814.

HSL color Cylindrical-coordinate representation of color #9EFCFE: hue angle of 181.25º 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 #9EFCFE is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB158252254-
CMYK0.380.0100.00
HSL181.25º97.96%80.78%-
HSV(B)181.25º37.8%99.61%-
XYZ66.884.05106.47-
YUV224.12144.8680.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.80%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 254 (99.61% from 255) = 38.25%
R=23.80%
G=37.95%
B=38.25%

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
Decimal1582522540.380.0100.00181.2597.9680.78
Hex9EFCFE26100b56251
Octal23637437646100265142121
Binary1001111011111100111111101001101001011010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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