Html Css Color HEX #9FEFE2 Pale Turquoise

📋 copy color: '#9FEFE2'

red 159 ◦ green 239 ◦ blue 226

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

Shades of Pale Turquoise #9FEFE2

Tints of Pale Turquoise #9FEFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 25.48%
G = 38.3%
B = 36.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#9FEFE2 (or 0x9FEFE2) is known color: Pale Turquoise. HEX triplet: 9F, EF and E2. RGB value is (159,239,226). Sum of RGB (Red+Green+Blue) = 159+239+226=624 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.48% from 624); Green value is 239 (93.75% from 255 or 38.30% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFE2 is #60101D. Grayscale: #D5D5D5. Windows color (decimal): -6295582 or 14872479. OLE color: 14872479.

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

Color convert

RGB 159 239 226 -
CMYK 0.33 0 0.05 0.06
HSL 170.25º 0.71% 0.78% -
HSV(B) 170.25º 0.33% 0.94% -
XYZ 58.89 74.59 83.25 -
YUV 213.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 159 239 226 0.33 0 0.05 0.06 170.25 0.71 0.78
Hex 9F EF E2 21 0 5 6 AA 47 4E
Octal 237 357 342 41 0 5 6 252 107 116
Binary 10011111 11101111 11100010 100001 0 101 110 10101010 1000111 1001110

Color Harmonies of #9FEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFE2

Black with #9FEFE2

Text Example


Text Example

White with #9FEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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