Html Css Color HEX #9FEFE8 Pale Turquoise

📋 copy color: '#9FEFE8'

red 159 ◦ green 239 ◦ blue 232

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

Shades of Pale Turquoise #9FEFE8

Tints of Pale Turquoise #9FEFE8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.94%

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

R = 25.24%
G = 37.94%
B = 36.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#9FEFE8 (or 0x9FEFE8) is known color: Pale Turquoise. HEX triplet: 9F, EF and E8. RGB value is (159,239,232). Sum of RGB (Red+Green+Blue) = 159+239+232=630 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.24% from 630); Green value is 239 (93.75% from 255 or 37.94% from 630); Blue value is 232 (91.02% from 255 or 36.83% from 630); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFE8 is #601017. Grayscale: #D6D6D6. Windows color (decimal): -6295576 or 15265695. OLE color: 15265695.

HSL color Cylindrical-coordinate representation of color #9FEFE8: hue angle of 174.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFE8 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 232 -
CMYK 0.33 0 0.03 0.06
HSL 174.75º 0.71% 0.78% -
HSV(B) 174.75º 0.33% 0.94% -
XYZ 59.73 74.93 87.66 -
YUV 214.28 138 88.57 -
System Red Green Blue C M Y K H S L
Decimal 159 239 232 0.33 0 0.03 0.06 174.75 0.71 0.78
Hex 9F EF E8 21 0 3 6 AF 47 4E
Octal 237 357 350 41 0 3 6 257 107 116
Binary 10011111 11101111 11101000 100001 0 11 110 10101111 1000111 1001110

Color Harmonies of #9FEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFE8

Black with #9FEFE8

Text Example


Text Example

White with #9FEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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