Html Css Color HEX #9FFCF8 Pale Turquoise

📋 copy color: '#9FFCF8'

red 159 ◦ green 252 ◦ blue 248

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

Shades of Pale Turquoise #9FFCF8

Tints of Pale Turquoise #9FFCF8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.24%

 BLUE value IS 248 (97.27% from 255) = 37.63%

R = 24.13%
G = 38.24%
B = 37.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#9FFCF8 (or 0x9FFCF8) is known color: Pale Turquoise. HEX triplet: 9F, FC and F8. RGB value is (159,252,248). Sum of RGB (Red+Green+Blue) = 159+252+248=659 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.13% from 659); Green value is 252 (98.83% from 255 or 38.24% from 659); Blue value is 248 (97.27% from 255 or 37.63% from 659); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF8 is #600307. Grayscale: #DFDFDF. Windows color (decimal): -6292232 or 16317599. OLE color: 16317599.

HSL color Cylindrical-coordinate representation of color #9FFCF8: hue angle of 177.42º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFCF8 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 248 -
CMYK 0.37 0 0.02 0.01
HSL 177.42º 0.94% 0.81% -
HSV(B) 177.42º 0.37% 0.99% -
XYZ 66.05 83.77 101.49 -
YUV 223.74 141.69 81.83 -
System Red Green Blue C M Y K H S L
Decimal 159 252 248 0.37 0 0.02 0.01 177.42 0.94 0.81
Hex 9F FC F8 25 0 2 1 B1 5E 51
Octal 237 374 370 45 0 2 1 261 136 121
Binary 10011111 11111100 11111000 100101 0 10 1 10110001 1011110 1010001

Color Harmonies of #9FFCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCF8

Black with #9FFCF8

Text Example


Text Example

White with #9FFCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,252,248); }

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

background-color css

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

 a { background-color: rgb(159,252,248); }

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

border-color css

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

 span { border-color: rgb(159,252,248); }

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