Html Css Color HEX #9EF7F6 Pale Turquoise

📋 copy color: '#9EF7F6'

red 158 ◦ green 247 ◦ blue 246

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

Shades of Pale Turquoise #9EF7F6

Tints of Pale Turquoise #9EF7F6

RGB

 RED value IS 158 (62.11% from 255) = 24.27%

 GREEN value IS 247 (96.88% from 255) = 37.94%

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

R = 24.27%
G = 37.94%
B = 37.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.00

 K value IS 0.03

RGB Variations

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

Color information

#9EF7F6 (or 0x9EF7F6) is known color: Pale Turquoise. HEX triplet: 9E, F7 and F6. RGB value is (158,247,246). Sum of RGB (Red+Green+Blue) = 158+247+246=651 (86% of max value = 765). Red value is 158 (62.11% from 255 or 24.27% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 246 (96.48% from 255 or 37.79% from 651); Max value from RGB is 247 - color contains mainly: green. Hex color #9EF7F6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EF7F6 is #610809. Grayscale: #DCDCDC. Windows color (decimal): -6359050 or 16185246. OLE color: 16185246.

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

Color convert

RGB 158 247 246 -
CMYK 0.36 0 0.00 0.03
HSL 179.33º 0.85% 0.79% -
HSV(B) 179.33º 0.36% 0.97% -
XYZ 64 80.44 99.34 -
YUV 220.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 158 247 246 0.36 0 0.00 0.03 179.33 0.85 0.79
Hex 9E F7 F6 24 0 0 3 B3 55 4F
Octal 236 367 366 44 0 0 3 263 125 117
Binary 10011110 11110111 11110110 100100 0 0 11 10110011 1010101 1001111

Color Harmonies of #9EF7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF7F6

Black with #9EF7F6

Text Example


Text Example

White with #9EF7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,247,246); }

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

background-color css

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

 a { background-color: rgb(158,247,246); }

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

border-color css

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

 span { border-color: rgb(158,247,246); }

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