Html Css Color HEX #9FFAE7 Pale Turquoise

📋 copy color: '#9FFAE7'

red 159 ◦ green 250 ◦ blue 231

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

Shades of Pale Turquoise #9FFAE7

Tints of Pale Turquoise #9FFAE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.09%

R = 24.84%
G = 39.06%
B = 36.09%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#9FFAE7 (or 0x9FFAE7) is known color: Pale Turquoise. HEX triplet: 9F, FA and E7. RGB value is (159,250,231). Sum of RGB (Red+Green+Blue) = 159+250+231=640 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.84% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAE7 is #600518. Grayscale: #DCDCDC. Windows color (decimal): -6292761 or 15202975. OLE color: 15202975.

HSL color Cylindrical-coordinate representation of color #9FFAE7: hue angle of 167.47º 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 #9FFAE7 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 159 250 231 -
CMYK 0.36 0 0.08 0.02
HSL 167.47º 0.9% 0.8% -
HSV(B) 167.47º 0.36% 0.98% -
XYZ 62.91 81.51 88.02 -
YUV 220.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 159 250 231 0.36 0 0.08 0.02 167.47 0.9 0.8
Hex 9F FA E7 24 0 8 2 A7 5A 50
Octal 237 372 347 44 0 10 2 247 132 120
Binary 10011111 11111010 11100111 100100 0 1000 10 10100111 1011010 1010000

Color Harmonies of #9FFAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAE7

Black with #9FFAE7

Text Example


Text Example

White with #9FFAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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