Html Css Color HEX #9BFFE9 Pale Turquoise

📋 copy color: '#9BFFE9'

red 155 ◦ green 255 ◦ blue 233

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

Shades of Pale Turquoise #9BFFE9

Tints of Pale Turquoise #9BFFE9

RGB

 RED value IS 155 (60.94% from 255) = 24.11%

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

 BLUE value IS 233 (91.41% from 255) = 36.24%

R = 24.11%
G = 39.66%
B = 36.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#9BFFE9 (or 0x9BFFE9) is known color: Pale Turquoise. HEX triplet: 9B, FF and E9. RGB value is (155,255,233). Sum of RGB (Red+Green+Blue) = 155+255+233=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFE9 is #640016. Grayscale: #DEDEDE. Windows color (decimal): -6553623 or 15335323. OLE color: 15335323.

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

Color convert

RGB 155 255 233 -
CMYK 0.39 0 0.09 0
HSL 166.8º 1% 0.8% -
HSV(B) 166.8º 0.39% 1% -
XYZ 63.99 84.37 90 -
YUV 222.59 133.87 79.79 -
System Red Green Blue C M Y K H S L
Decimal 155 255 233 0.39 0 0.09 0 166.8 1 0.8
Hex 9B FF E9 27 0 9 0 A7 64 50
Octal 233 377 351 47 0 11 0 247 144 120
Binary 10011011 11111111 11101001 100111 0 1001 0 10100111 1100100 1010000

Color Harmonies of #9BFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFFE9

Black with #9BFFE9

Text Example


Text Example

White with #9BFFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,233); }

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

background-color css

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

 a { background-color: rgb(155,255,233); }

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

border-color css

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

 span { border-color: rgb(155,255,233); }

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