Html Css Color HEX #9DFEE9 Pale Turquoise

📋 copy color: '#9DFEE9'

red 157 ◦ green 254 ◦ blue 233

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

Shades of Pale Turquoise #9DFEE9

Tints of Pale Turquoise #9DFEE9

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.44%

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

R = 24.38%
G = 39.44%
B = 36.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#9DFEE9 (or 0x9DFEE9) is known color: Pale Turquoise. HEX triplet: 9D, FE and E9. RGB value is (157,254,233). Sum of RGB (Red+Green+Blue) = 157+254+233=644 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.38% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 233 (91.41% from 255 or 36.18% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFEE9 is #620116. Grayscale: #DEDEDE. Windows color (decimal): -6422807 or 15335069. OLE color: 15335069.

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

Color convert

RGB 157 254 233 -
CMYK 0.38 0 0.08 0.00
HSL 167.01º 0.98% 0.81% -
HSV(B) 167.01º 0.38% 1% -
XYZ 64.05 83.93 89.92 -
YUV 222.6 133.86 81.21 -
System Red Green Blue C M Y K H S L
Decimal 157 254 233 0.38 0 0.08 0.00 167.01 0.98 0.81
Hex 9D FE E9 26 0 8 0 A7 62 51
Octal 235 376 351 46 0 10 0 247 142 121
Binary 10011101 11111110 11101001 100110 0 1000 0 10100111 1100010 1010001

Color Harmonies of #9DFEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFEE9

Black with #9DFEE9

Text Example


Text Example

White with #9DFEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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