Html Css Color HEX #9FFCF6 Pale Turquoise

📋 copy color: '#9FFCF6'

red 159 ◦ green 252 ◦ blue 246

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

Shades of Pale Turquoise #9FFCF6

Tints of Pale Turquoise #9FFCF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 37.44%

R = 24.2%
G = 38.36%
B = 37.44%

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

#9FFCF6 (or 0x9FFCF6) is known color: Pale Turquoise. HEX triplet: 9F, FC and F6. RGB value is (159,252,246). Sum of RGB (Red+Green+Blue) = 159+252+246=657 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.20% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCF6 is #600309. Grayscale: #DFDFDF. Windows color (decimal): -6292234 or 16186527. OLE color: 16186527.

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

Color convert

RGB 159 252 246 -
CMYK 0.37 0 0.02 0.01
HSL 176.13º 0.94% 0.81% -
HSV(B) 176.13º 0.37% 0.99% -
XYZ 65.74 83.65 99.87 -
YUV 223.51 140.69 81.99 -
System Red Green Blue C M Y K H S L
Decimal 159 252 246 0.37 0 0.02 0.01 176.13 0.94 0.81
Hex 9F FC F6 25 0 2 1 B0 5E 51
Octal 237 374 366 45 0 2 1 260 136 121
Binary 10011111 11111100 11110110 100101 0 10 1 10110000 1011110 1010001

Color Harmonies of #9FFCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCF6

Black with #9FFCF6

Text Example


Text Example

White with #9FFCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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