Html Css Color HEX #9FFAFF Pale Turquoise

📋 copy color: '#9FFAFF'

red 159 ◦ green 250 ◦ blue 255

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

Shades of Pale Turquoise #9FFAFF

Tints of Pale Turquoise #9FFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.65%

 BLUE value IS 255 (100% from 255) = 38.4%

R = 23.95%
G = 37.65%
B = 38.4%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9FFAFF (or 0x9FFAFF) is known color: Pale Turquoise. HEX triplet: 9F, FA and FF. RGB value is (159,250,255). Sum of RGB (Red+Green+Blue) = 159+250+255=664 (87% of max value = 765). Red value is 159 (62.5% from 255 or 23.95% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFAFF is #600500. Grayscale: #DFDFDF. Windows color (decimal): -6292737 or 16775839. OLE color: 16775839.

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

Color convert

RGB 159 250 255 -
CMYK 0.38 0.02 0 0
HSL 183.13º 1% 0.81% -
HSV(B) 183.13º 0.38% 1% -
XYZ 66.53 82.96 107.11 -
YUV 223.36 145.85 82.09 -
System Red Green Blue C M Y K H S L
Decimal 159 250 255 0.38 0.02 0 0 183.13 1 0.81
Hex 9F FA FF 26 2 0 0 B7 64 51
Octal 237 372 377 46 2 0 0 267 144 121
Binary 10011111 11111010 11111111 100110 10 0 0 10110111 1100100 1010001

Color Harmonies of #9FFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFAFF

Black with #9FFAFF

Text Example


Text Example

White with #9FFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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