Html Css Color HEX #9FF0EF Pale Turquoise

📋 copy color: '#9FF0EF'

red 159 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #9FF0EF

Tints of Pale Turquoise #9FF0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.62%

 BLUE value IS 239 (93.75% from 255) = 37.46%

R = 24.92%
G = 37.62%
B = 37.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#9FF0EF (or 0x9FF0EF) is known color: Pale Turquoise. HEX triplet: 9F, F0 and EF. RGB value is (159,240,239). Sum of RGB (Red+Green+Blue) = 159+240+239=638 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.92% from 638); Green value is 240 (94.14% from 255 or 37.62% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF0EF is #600F10. Grayscale: #D7D7D7. Windows color (decimal): -6295313 or 15724703. OLE color: 15724703.

HSL color Cylindrical-coordinate representation of color #9FF0EF: hue angle of 179.26º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF0EF is Cyan = 0.34, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 240 239 -
CMYK 0.34 0 0.00 0.06
HSL 179.26º 0.73% 0.78% -
HSV(B) 179.26º 0.34% 0.94% -
XYZ 61.04 75.92 93.1 -
YUV 215.67 141.16 87.58 -
System Red Green Blue C M Y K H S L
Decimal 159 240 239 0.34 0 0.00 0.06 179.26 0.73 0.78
Hex 9F F0 EF 22 0 0 6 B3 49 4E
Octal 237 360 357 42 0 0 6 263 111 116
Binary 10011111 11110000 11101111 100010 0 0 110 10110011 1001001 1001110

Color Harmonies of #9FF0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF0EF

Black with #9FF0EF

Text Example


Text Example

White with #9FF0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,240,239); }

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

background-color css

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

 a { background-color: rgb(159,240,239); }

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

border-color css

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

 span { border-color: rgb(159,240,239); }

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