Html Css Color HEX #9EFFFB Pale Turquoise

📋 copy color: '#9EFFFB'

red 158 ◦ green 255 ◦ blue 251

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

Shades of Pale Turquoise #9EFFFB

Tints of Pale Turquoise #9EFFFB

RGB

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

 GREEN value IS 255 (100% from 255) = 38.4%

 BLUE value IS 251 (98.44% from 255) = 37.8%

R = 23.8%
G = 38.4%
B = 37.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#9EFFFB (or 0x9EFFFB) is known color: Pale Turquoise. HEX triplet: 9E, FF and FB. RGB value is (158,255,251). Sum of RGB (Red+Green+Blue) = 158+255+251=664 (87% of max value = 765). Red value is 158 (62.11% from 255 or 23.80% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 251 (98.44% from 255 or 37.80% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9EFFFB is #610004. Grayscale: #E1E1E1. Windows color (decimal): -6356997 or 16514974. OLE color: 16514974.

HSL color Cylindrical-coordinate representation of color #9EFFFB: hue angle of 177.53º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EFFFB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 158 255 251 -
CMYK 0.38 0 0.02 0
HSL 177.53º 1% 0.81% -
HSV(B) 177.53º 0.38% 1% -
XYZ 67.27 85.75 104.27 -
YUV 225.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 158 255 251 0.38 0 0.02 0 177.53 1 0.81
Hex 9E FF FB 26 0 2 0 B2 64 51
Octal 236 377 373 46 0 2 0 262 144 121
Binary 10011110 11111111 11111011 100110 0 10 0 10110010 1100100 1010001

Color Harmonies of #9EFFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFFFB

Black with #9EFFFB

Text Example


Text Example

White with #9EFFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,255,251); }

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

background-color css

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

 a { background-color: rgb(158,255,251); }

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

border-color css

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

 span { border-color: rgb(158,255,251); }

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