#9EFDFB

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

Shades of Pale Turquoise #9EFDFB

Tints of Pale Turquoise #9EFDFB

Color information

#9EFDFB (or 0x9EFDFB) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FD and FB. RGB value is (158,253,251). Sum of RGB (Red+Green+Blue) = 158+253+251=662 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.87% from 662); Green value is 253 (99.22% from 255 or 38.22% from 662); Blue value is 251 (98.44% from 255 or 37.92% from 662); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFDFB is #610204. Grayscale: #E0E0E0. Windows color (decimal): -6357509 or 16514462. OLE color: 16514462.

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

Color convert

RGB158253251-
CMYK0.3800.010.01
HSL178.74º95.96%80.59%-
HSV(B)178.74º37.55%99.22%-
XYZ66.6484.48104.06-
YUV224.37143.0380.66-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 23.87%
GREEN value IS 253 (99.22% from 255) = 38.22%
BLUE value IS 251 (98.44% from 255) = 37.92%
R=23.87%
G=38.22%
B=37.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1582532510.3800.010.01178.7495.9680.59
Hex9EFDFB26011b36051
Octal23637537346011263140121
Binary1001111011111101111110111001100111011001111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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