Html Css Color HEX #9FFEEB Pale Turquoise

📋 copy color: '#9FFEEB'

red 159 ◦ green 254 ◦ blue 235

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

Shades of Pale Turquoise #9FFEEB

Tints of Pale Turquoise #9FFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.27%

R = 24.54%
G = 39.2%
B = 36.27%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#9FFEEB (or 0x9FFEEB) is known color: Pale Turquoise. HEX triplet: 9F, FE and EB. RGB value is (159,254,235). Sum of RGB (Red+Green+Blue) = 159+254+235=648 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.54% from 648); Green value is 254 (99.61% from 255 or 39.20% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 254 - color contains mainly: green. Hex color #9FFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFEEB is #600114. Grayscale: #DFDFDF. Windows color (decimal): -6291733 or 15466143. OLE color: 15466143.

HSL color Cylindrical-coordinate representation of color #9FFEEB: hue angle of 168º 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 #9FFEEB is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 159 254 235 -
CMYK 0.37 0 0.07 0.00
HSL 168º 0.98% 0.81% -
HSV(B) 168º 0.37% 1% -
XYZ 64.74 84.25 91.45 -
YUV 223.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 159 254 235 0.37 0 0.07 0.00 168 0.98 0.81
Hex 9F FE EB 25 0 7 0 A8 62 51
Octal 237 376 353 45 0 7 0 250 142 121
Binary 10011111 11111110 11101011 100101 0 111 0 10101000 1100010 1010001

Color Harmonies of #9FFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFEEB

Black with #9FFEEB

Text Example


Text Example

White with #9FFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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