Html Css Color HEX #9FFCFA Pale Turquoise

📋 copy color: '#9FFCFA'

red 159 ◦ green 252 ◦ blue 250

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

Shades of Pale Turquoise #9FFCFA

Tints of Pale Turquoise #9FFCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.82%

R = 24.05%
G = 38.12%
B = 37.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#9FFCFA (or 0x9FFCFA) is known color: Pale Turquoise. HEX triplet: 9F, FC and FA. RGB value is (159,252,250). Sum of RGB (Red+Green+Blue) = 159+252+250=661 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.05% from 661); Green value is 252 (98.83% from 255 or 38.12% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFCFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFCFA is #600305. Grayscale: #DFDFDF. Windows color (decimal): -6292230 or 16448671. OLE color: 16448671.

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

Color convert

RGB 159 252 250 -
CMYK 0.37 0 0.01 0.01
HSL 178.71º 0.94% 0.81% -
HSV(B) 178.71º 0.37% 0.99% -
XYZ 66.36 83.89 103.14 -
YUV 223.97 142.69 81.66 -
System Red Green Blue C M Y K H S L
Decimal 159 252 250 0.37 0 0.01 0.01 178.71 0.94 0.81
Hex 9F FC FA 25 0 1 1 B3 5E 51
Octal 237 374 372 45 0 1 1 263 136 121
Binary 10011111 11111100 11111010 100101 0 1 1 10110011 1011110 1010001

Color Harmonies of #9FFCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFCFA

Black with #9FFCFA

Text Example


Text Example

White with #9FFCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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