#9EFDFE

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

Shades of Pale Turquoise #9EFDFE

Tints of Pale Turquoise #9EFDFE

Color information

#9EFDFE (or 0x9EFDFE) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and FE. RGB value is (158,253,254). Sum of RGB (Red+Green+Blue) = 158+253+254=665 (88% of max value = 765). Red value is 158 (62.11% from 255 or 23.76% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EFDFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFE is #610201. Grayscale: #E0E0E0. Windows color (decimal): -6357506 or 16711070. OLE color: 16711070.

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

Color convert

RGB158253254-
CMYK0.380.0000.00
HSL180.62º97.96%80.78%-
HSV(B)180.62º37.8%99.61%-
XYZ67.1284.68106.57-
YUV224.71144.5380.42-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.76%
GREEN value IS 253 (99.22% from 255) = 38.05%
BLUE value IS 254 (99.61% from 255) = 38.20%
R=23.76%
G=38.05%
B=38.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1582532540.380.0000.00180.6297.9680.78
Hex9EFDFE26000b56251
Octal23637537646000265142121
Binary1001111011111101111111101001100001011010111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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