Html Css Color HEX #9FF8EA Pale Turquoise

📋 copy color: '#9FF8EA'

red 159 ◦ green 248 ◦ blue 234

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

Shades of Pale Turquoise #9FF8EA

Tints of Pale Turquoise #9FF8EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36.51%

R = 24.8%
G = 38.69%
B = 36.51%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#9FF8EA (or 0x9FF8EA) is known color: Pale Turquoise. HEX triplet: 9F, F8 and EA. RGB value is (159,248,234). Sum of RGB (Red+Green+Blue) = 159+248+234=641 (84% of max value = 765). Red value is 159 (62.5% from 255 or 24.80% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF8EA is #600715. Grayscale: #DBDBDB. Windows color (decimal): -6293270 or 15399071. OLE color: 15399071.

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

Color convert

RGB 159 248 234 -
CMYK 0.36 0 0.06 0.03
HSL 170.56º 0.86% 0.8% -
HSV(B) 170.56º 0.36% 0.97% -
XYZ 62.72 80.45 90.06 -
YUV 219.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 159 248 234 0.36 0 0.06 0.03 170.56 0.86 0.8
Hex 9F F8 EA 24 0 6 3 AB 56 50
Octal 237 370 352 44 0 6 3 253 126 120
Binary 10011111 11111000 11101010 100100 0 110 11 10101011 1010110 1010000

Color Harmonies of #9FF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF8EA

Black with #9FF8EA

Text Example


Text Example

White with #9FF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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