Html Css Color HEX #9DF8ED Pale Turquoise

📋 copy color: '#9DF8ED'

red 157 ◦ green 248 ◦ blue 237

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

Shades of Pale Turquoise #9DF8ED

Tints of Pale Turquoise #9DF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.63%

 BLUE value IS 237 (92.97% from 255) = 36.92%

R = 24.45%
G = 38.63%
B = 36.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#9DF8ED (or 0x9DF8ED) is known color: Pale Turquoise. HEX triplet: 9D, F8 and ED. RGB value is (157,248,237). Sum of RGB (Red+Green+Blue) = 157+248+237=642 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.45% from 642); Green value is 248 (97.27% from 255 or 38.63% from 642); Blue value is 237 (92.97% from 255 or 36.92% from 642); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF8ED is #620712. Grayscale: #DBDBDB. Windows color (decimal): -6424339 or 15595677. OLE color: 15595677.

HSL color Cylindrical-coordinate representation of color #9DF8ED: hue angle of 172.75º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF8ED is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 157 248 237 -
CMYK 0.37 0 0.04 0.03
HSL 172.75º 0.87% 0.79% -
HSV(B) 172.75º 0.37% 0.97% -
XYZ 62.76 80.42 92.34 -
YUV 219.54 137.85 83.39 -
System Red Green Blue C M Y K H S L
Decimal 157 248 237 0.37 0 0.04 0.03 172.75 0.87 0.79
Hex 9D F8 ED 25 0 4 3 AD 57 4F
Octal 235 370 355 45 0 4 3 255 127 117
Binary 10011101 11111000 11101101 100101 0 100 11 10101101 1010111 1001111

Color Harmonies of #9DF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF8ED

Black with #9DF8ED

Text Example


Text Example

White with #9DF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,248,237); }

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

background-color css

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

 a { background-color: rgb(157,248,237); }

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

border-color css

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

 span { border-color: rgb(157,248,237); }

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