Html Css Color HEX #9FFAE8 Pale Turquoise

📋 copy color: '#9FFAE8'

red 159 ◦ green 250 ◦ blue 232

#9FFAE8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #9FFAE8

Tints of Pale Turquoise #9FFAE8

RGB

 RED value IS 159 (62.5% from 255) = 24.8%

 GREEN value IS 250 (98.05% from 255) = 39%

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 24.8%
G = 39%
B = 36.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#9FFAE8 (or 0x9FFAE8) is known color: Pale Turquoise. HEX triplet: 9F, FA and E8. RGB value is (159,250,232). Sum of RGB (Red+Green+Blue) = 159+250+232=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE8 is #600517. Grayscale: #DCDCDC. Windows color (decimal): -6292760 or 15268511. OLE color: 15268511.

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

Color convert

RGB 159 250 232 -
CMYK 0.36 0 0.07 0.02
HSL 168.13º 0.9% 0.8% -
HSV(B) 168.13º 0.36% 0.98% -
XYZ 63.05 81.57 88.77 -
YUV 220.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 159 250 232 0.36 0 0.07 0.02 168.13 0.9 0.8
Hex 9F FA E8 24 0 7 2 A8 5A 50
Octal 237 372 350 44 0 7 2 250 132 120
Binary 10011111 11111010 11101000 100100 0 111 10 10101000 1011010 1010000

Color Harmonies of #9FFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAE8

Black with #9FFAE8

Text Example


Text Example

White with #9FFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,250,232); }

 H1.HeaderClassName
 {
   color: #9FFAE8;
 }
 .AnyTagClassName
 {
   color: #9FFAE8;
 }
</style>

background-color css

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

 a { background-color: rgb(159,250,232); }

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

border-color css

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

 span { border-color: rgb(159,250,232); }

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