Html Css Color HEX #9FFEF6 Pale Turquoise

📋 copy color: '#9FFEF6'

red 159 ◦ green 254 ◦ blue 246

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

Shades of Pale Turquoise #9FFEF6

Tints of Pale Turquoise #9FFEF6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.54%

 BLUE value IS 246 (96.48% from 255) = 37.33%

R = 24.13%
G = 38.54%
B = 37.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.00

RGB Variations

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

Color information

#9FFEF6 (or 0x9FFEF6) is known color: Pale Turquoise. HEX triplet: 9F, FE and F6. RGB value is (159,254,246). Sum of RGB (Red+Green+Blue) = 159+254+246=659 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.13% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEF6 is #600109. Grayscale: #E0E0E0. Windows color (decimal): -6291722 or 16187039. OLE color: 16187039.

HSL color Cylindrical-coordinate representation of color #9FFEF6: hue angle of 174.95º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFEF6 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 254 246 -
CMYK 0.37 0 0.03 0.00
HSL 174.95º 0.98% 0.81% -
HSV(B) 174.95º 0.37% 1% -
XYZ 66.37 84.91 100.08 -
YUV 224.68 140.03 81.15 -
System Red Green Blue C M Y K H S L
Decimal 159 254 246 0.37 0 0.03 0.00 174.95 0.98 0.81
Hex 9F FE F6 25 0 3 0 AF 62 51
Octal 237 376 366 45 0 3 0 257 142 121
Binary 10011111 11111110 11110110 100101 0 11 0 10101111 1100010 1010001

Color Harmonies of #9FFEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFEF6

Black with #9FFEF6

Text Example


Text Example

White with #9FFEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,254,246); }

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

background-color css

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

 a { background-color: rgb(159,254,246); }

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

border-color css

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

 span { border-color: rgb(159,254,246); }

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