Html Css Color HEX #9FF5F6 Pale Turquoise

📋 copy color: '#9FF5F6'

red 159 ◦ green 245 ◦ blue 246

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

Shades of Pale Turquoise #9FF5F6

Tints of Pale Turquoise #9FF5F6

RGB

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

 GREEN value IS 245 (96.09% from 255) = 37.69%

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

R = 24.46%
G = 37.69%
B = 37.85%

CMYK

 C value IS 0.35

 M value IS 0.00

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9FF5F6 (or 0x9FF5F6) is known color: Pale Turquoise. HEX triplet: 9F, F5 and F6. RGB value is (159,245,246). Sum of RGB (Red+Green+Blue) = 159+245+246=650 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.46% from 650); Green value is 245 (96.09% from 255 or 37.69% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #9FF5F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF5F6 is #600A09. Grayscale: #DBDBDB. Windows color (decimal): -6294026 or 16184735. OLE color: 16184735.

HSL color Cylindrical-coordinate representation of color #9FF5F6: hue angle of 180.69º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF5F6 is Cyan = 0.35, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 159 245 246 -
CMYK 0.35 0.00 0 0.04
HSL 180.69º 0.83% 0.79% -
HSV(B) 180.69º 0.35% 0.96% -
XYZ 63.59 79.33 99.15 -
YUV 219.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 159 245 246 0.35 0.00 0 0.04 180.69 0.83 0.79
Hex 9F F5 F6 23 0 0 4 B5 53 4F
Octal 237 365 366 43 0 0 4 265 123 117
Binary 10011111 11110101 11110110 100011 0 0 100 10110101 1010011 1001111

Color Harmonies of #9FF5F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF5F6

Black with #9FF5F6

Text Example


Text Example

White with #9FF5F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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