Html Css Color HEX #9DFDE8 Pale Turquoise

📋 copy color: '#9DFDE8'

red 157 ◦ green 253 ◦ blue 232

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

Shades of Pale Turquoise #9DFDE8

Tints of Pale Turquoise #9DFDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 39.41%

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 24.45%
G = 39.41%
B = 36.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#9DFDE8 (or 0x9DFDE8) is known color: Pale Turquoise. HEX triplet: 9D, FD and E8. RGB value is (157,253,232). Sum of RGB (Red+Green+Blue) = 157+253+232=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #9DFDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFDE8 is #620217. Grayscale: #DDDDDD. Windows color (decimal): -6423064 or 15269277. OLE color: 15269277.

HSL color Cylindrical-coordinate representation of color #9DFDE8: hue angle of 166.88º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFDE8 is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 157 253 232 -
CMYK 0.38 0 0.08 0.01
HSL 166.88º 0.96% 0.8% -
HSV(B) 166.88º 0.38% 0.99% -
XYZ 63.6 83.24 89.06 -
YUV 221.9 133.7 81.71 -
System Red Green Blue C M Y K H S L
Decimal 157 253 232 0.38 0 0.08 0.01 166.88 0.96 0.8
Hex 9D FD E8 26 0 8 1 A7 60 50
Octal 235 375 350 46 0 10 1 247 140 120
Binary 10011101 11111101 11101000 100110 0 1000 1 10100111 1100000 1010000

Color Harmonies of #9DFDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFDE8

Black with #9DFDE8

Text Example


Text Example

White with #9DFDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,253,232); }

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

background-color css

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

 a { background-color: rgb(157,253,232); }

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

border-color css

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

 span { border-color: rgb(157,253,232); }

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