Html Css Color HEX #9FF7F6 Pale Turquoise

📋 copy color: '#9FF7F6'

red 159 ◦ green 247 ◦ blue 246

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

Shades of Pale Turquoise #9FF7F6

Tints of Pale Turquoise #9FF7F6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.88%

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

R = 24.39%
G = 37.88%
B = 37.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#9FF7F6 (or 0x9FF7F6) is known color: Pale Turquoise. HEX triplet: 9F, F7 and F6. RGB value is (159,247,246). Sum of RGB (Red+Green+Blue) = 159+247+246=652 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.39% from 652); Green value is 247 (96.88% from 255 or 37.88% from 652); Blue value is 246 (96.48% from 255 or 37.73% from 652); Max value from RGB is 247 - color contains mainly: green. Hex color #9FF7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF7F6 is #600809. Grayscale: #DCDCDC. Windows color (decimal): -6293514 or 16185247. OLE color: 16185247.

HSL color Cylindrical-coordinate representation of color #9FF7F6: hue angle of 179.32º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF7F6 is Cyan = 0.36, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 247 246 -
CMYK 0.36 0 0.00 0.03
HSL 179.32º 0.85% 0.8% -
HSV(B) 179.32º 0.36% 0.97% -
XYZ 64.19 80.55 99.35 -
YUV 220.57 142.35 84.08 -
System Red Green Blue C M Y K H S L
Decimal 159 247 246 0.36 0 0.00 0.03 179.32 0.85 0.8
Hex 9F F7 F6 24 0 0 3 B3 55 50
Octal 237 367 366 44 0 0 3 263 125 120
Binary 10011111 11110111 11110110 100100 0 0 11 10110011 1010101 1010000

Color Harmonies of #9FF7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF7F6

Black with #9FF7F6

Text Example


Text Example

White with #9FF7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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