Html Css Color HEX #9DF9ED Pale Turquoise

📋 copy color: '#9DF9ED'

red 157 ◦ green 249 ◦ blue 237

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

Shades of Pale Turquoise #9DF9ED

Tints of Pale Turquoise #9DF9ED

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.72%

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

R = 24.42%
G = 38.72%
B = 36.86%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#9DF9ED (or 0x9DF9ED) is known color: Pale Turquoise. HEX triplet: 9D, F9 and ED. RGB value is (157,249,237). Sum of RGB (Red+Green+Blue) = 157+249+237=643 (85% of max value = 765). Red value is 157 (61.72% from 255 or 24.42% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF9ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF9ED is #620612. Grayscale: #DCDCDC. Windows color (decimal): -6424083 or 15595933. OLE color: 15595933.

HSL color Cylindrical-coordinate representation of color #9DF9ED: hue angle of 172.17º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DF9ED is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 249 237 -
CMYK 0.37 0 0.05 0.02
HSL 172.17º 0.88% 0.8% -
HSV(B) 172.17º 0.37% 0.98% -
XYZ 63.07 81.03 92.44 -
YUV 220.12 137.52 82.98 -
System Red Green Blue C M Y K H S L
Decimal 157 249 237 0.37 0 0.05 0.02 172.17 0.88 0.8
Hex 9D F9 ED 25 0 5 2 AC 58 50
Octal 235 371 355 45 0 5 2 254 130 120
Binary 10011101 11111001 11101101 100101 0 101 10 10101100 1011000 1010000

Color Harmonies of #9DF9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF9ED

Black with #9DF9ED

Text Example


Text Example

White with #9DF9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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