Html Css Color HEX #9DFFE9 Pale Turquoise

📋 copy color: '#9DFFE9'

red 157 ◦ green 255 ◦ blue 233

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

Shades of Pale Turquoise #9DFFE9

Tints of Pale Turquoise #9DFFE9

RGB

 RED value IS 157 (61.72% from 255) = 24.34%

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

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

R = 24.34%
G = 39.53%
B = 36.12%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#9DFFE9 (or 0x9DFFE9) is known color: Pale Turquoise. HEX triplet: 9D, FF and E9. RGB value is (157,255,233). Sum of RGB (Red+Green+Blue) = 157+255+233=645 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.34% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFE9 is #620016. Grayscale: #DFDFDF. Windows color (decimal): -6422551 or 15335325. OLE color: 15335325.

HSL color Cylindrical-coordinate representation of color #9DFFE9: hue angle of 166.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 #9DFFE9 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 157 255 233 -
CMYK 0.38 0 0.09 0
HSL 166.53º 1% 0.81% -
HSV(B) 166.53º 0.38% 1% -
XYZ 64.37 84.57 90.02 -
YUV 223.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 157 255 233 0.38 0 0.09 0 166.53 1 0.81
Hex 9D FF E9 26 0 9 0 A7 64 51
Octal 235 377 351 46 0 11 0 247 144 121
Binary 10011101 11111111 11101001 100110 0 1001 0 10100111 1100100 1010001

Color Harmonies of #9DFFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFFE9

Black with #9DFFE9

Text Example


Text Example

White with #9DFFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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