Html Css Color HEX #9FEFE7 Pale Turquoise

📋 copy color: '#9FEFE7'

red 159 ◦ green 239 ◦ blue 231

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

Shades of Pale Turquoise #9FEFE7

Tints of Pale Turquoise #9FEFE7

RGB

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

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

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

R = 25.28%
G = 38%
B = 36.72%

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

#9FEFE7 (or 0x9FEFE7) is known color: Pale Turquoise. HEX triplet: 9F, EF and E7. RGB value is (159,239,231). Sum of RGB (Red+Green+Blue) = 159+239+231=629 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.28% from 629); Green value is 239 (93.75% from 255 or 38.00% from 629); Blue value is 231 (90.62% from 255 or 36.72% from 629); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FEFE7 is #601018. Grayscale: #D6D6D6. Windows color (decimal): -6295577 or 15200159. OLE color: 15200159.

HSL color Cylindrical-coordinate representation of color #9FEFE7: hue angle of 174º 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 #9FEFE7 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 231 -
CMYK 0.33 0 0.03 0.06
HSL 174º 0.71% 0.78% -
HSV(B) 174º 0.33% 0.94% -
XYZ 59.59 74.87 86.91 -
YUV 214.17 137.5 88.65 -
System Red Green Blue C M Y K H S L
Decimal 159 239 231 0.33 0 0.03 0.06 174 0.71 0.78
Hex 9F EF E7 21 0 3 6 AE 47 4E
Octal 237 357 347 41 0 3 6 256 107 116
Binary 10011111 11101111 11100111 100001 0 11 110 10101110 1000111 1001110

Color Harmonies of #9FEFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFE7

Black with #9FEFE7

Text Example


Text Example

White with #9FEFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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