Html Css Color HEX #9FF8ED Pale Turquoise

📋 copy color: '#9FF8ED'

red 159 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #9FF8ED

Tints of Pale Turquoise #9FF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.51%

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 24.69%
G = 38.51%
B = 36.8%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#9FF8ED (or 0x9FF8ED) is known color: Pale Turquoise. HEX triplet: 9F, F8 and ED. RGB value is (159,248,237). Sum of RGB (Red+Green+Blue) = 159+248+237=644 (85% of max value = 765). Red value is 159 (62.5% from 255 or 24.69% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF8ED is #600712. Grayscale: #DCDCDC. Windows color (decimal): -6293267 or 15595679. OLE color: 15595679.

HSL color Cylindrical-coordinate representation of color #9FF8ED: hue angle of 172.58º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FF8ED is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 237 -
CMYK 0.36 0 0.04 0.03
HSL 172.58º 0.86% 0.8% -
HSV(B) 172.58º 0.36% 0.97% -
XYZ 63.15 80.62 92.35 -
YUV 220.14 137.51 84.39 -
System Red Green Blue C M Y K H S L
Decimal 159 248 237 0.36 0 0.04 0.03 172.58 0.86 0.8
Hex 9F F8 ED 24 0 4 3 AD 56 50
Octal 237 370 355 44 0 4 3 255 126 120
Binary 10011111 11111000 11101101 100100 0 100 11 10101101 1010110 1010000

Color Harmonies of #9FF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF8ED

Black with #9FF8ED

Text Example


Text Example

White with #9FF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,248,237); }

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

background-color css

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

 a { background-color: rgb(159,248,237); }

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

border-color css

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

 span { border-color: rgb(159,248,237); }

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