Html Css Color HEX #9FF1E7 Pale Turquoise

📋 copy color: '#9FF1E7'

red 159 ◦ green 241 ◦ blue 231

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

Shades of Pale Turquoise #9FF1E7

Tints of Pale Turquoise #9FF1E7

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.19%

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

R = 25.2%
G = 38.19%
B = 36.61%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#9FF1E7 (or 0x9FF1E7) is known color: Pale Turquoise. HEX triplet: 9F, F1 and E7. RGB value is (159,241,231). Sum of RGB (Red+Green+Blue) = 159+241+231=631 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.20% from 631); Green value is 241 (94.53% from 255 or 38.19% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF1E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF1E7 is #600E18. Grayscale: #D7D7D7. Windows color (decimal): -6295065 or 15200671. OLE color: 15200671.

HSL color Cylindrical-coordinate representation of color #9FF1E7: hue angle of 172.68º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF1E7 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 241 231 -
CMYK 0.34 0 0.04 0.05
HSL 172.68º 0.75% 0.78% -
HSV(B) 172.68º 0.34% 0.95% -
XYZ 60.18 76.05 87.11 -
YUV 215.34 136.83 87.81 -
System Red Green Blue C M Y K H S L
Decimal 159 241 231 0.34 0 0.04 0.05 172.68 0.75 0.78
Hex 9F F1 E7 22 0 4 5 AD 4B 4E
Octal 237 361 347 42 0 4 5 255 113 116
Binary 10011111 11110001 11100111 100010 0 100 101 10101101 1001011 1001110

Color Harmonies of #9FF1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF1E7

Black with #9FF1E7

Text Example


Text Example

White with #9FF1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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