Html Css Color HEX #9FEFF0 Pale Turquoise

📋 copy color: '#9FEFF0'

red 159 ◦ green 239 ◦ blue 240

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

Shades of Pale Turquoise #9FEFF0

Tints of Pale Turquoise #9FEFF0

RGB

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

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

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

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

CMYK

 C value IS 0.34

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #9FEFF0: hue angle of 180.74º 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 #9FEFF0 is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 240 -
CMYK 0.34 0.00 0 0.06
HSL 180.74º 0.73% 0.78% -
HSV(B) 180.74º 0.34% 0.94% -
XYZ 60.89 75.4 93.78 -
YUV 215.19 142 87.92 -
System Red Green Blue C M Y K H S L
Decimal 159 239 240 0.34 0.00 0 0.06 180.74 0.73 0.78
Hex 9F EF F0 22 0 0 6 B5 49 4E
Octal 237 357 360 42 0 0 6 265 111 116
Binary 10011111 11101111 11110000 100010 0 0 110 10110101 1001001 1001110

Color Harmonies of #9FEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFF0

Black with #9FEFF0

Text Example


Text Example

White with #9FEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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