#9EFBEF

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

Shades of Pale Turquoise #9EFBEF

Tints of Pale Turquoise #9EFBEF

Color information

#9EFBEF (or 0x9EFBEF) is unknown color: approx Pale Turquoise. HEX triplet: 9E, FB and EF. RGB value is (158,251,239). Sum of RGB (Red+Green+Blue) = 158+251+239=648 (85% of max value = 765). Red value is 158 (62.11% from 255 or 24.38% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFBEF is #610410. Grayscale: #DDDDDD. Windows color (decimal): -6358033 or 15727518. OLE color: 15727518.

HSL color Cylindrical-coordinate representation of color #9EFBEF: hue angle of 172.26º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EFBEF is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB158251239-
CMYK0.3700.050.02
HSL172.26º92.08%80.2%-
HSV(B)172.26º37.05%98.43%-
XYZ64.1882.594.2-
YUV221.82137.6982.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 24.38%
GREEN value IS 251 (98.44% from 255) = 38.73%
BLUE value IS 239 (93.75% from 255) = 36.88%
R=24.38%
G=38.73%
B=36.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582512390.3700.050.02172.2692.0880.2
Hex9EFBEF25052ac5c50
Octal23637335745052254134120
Binary1001111011111011111011111001010101101010110010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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