Html Css Color HEX #9DF0E8 Pale Turquoise

📋 copy color: '#9DF0E8'

red 157 ◦ green 240 ◦ blue 232

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

Shades of Pale Turquoise #9DF0E8

Tints of Pale Turquoise #9DF0E8

RGB

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

 GREEN value IS 240 (94.14% from 255) = 38.16%

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

R = 24.96%
G = 38.16%
B = 36.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#9DF0E8 (or 0x9DF0E8) is known color: Pale Turquoise. HEX triplet: 9D, F0 and E8. RGB value is (157,240,232). Sum of RGB (Red+Green+Blue) = 157+240+232=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 240 (94.14% from 255 or 38.16% from 629); Blue value is 232 (91.02% from 255 or 36.88% from 629); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF0E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF0E8 is #620F17. Grayscale: #D6D6D6. Windows color (decimal): -6426392 or 15265949. OLE color: 15265949.

HSL color Cylindrical-coordinate representation of color #9DF0E8: hue angle of 174.22º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DF0E8 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 232 -
CMYK 0.35 0 0.03 0.06
HSL 174.22º 0.73% 0.78% -
HSV(B) 174.22º 0.35% 0.94% -
XYZ 59.63 75.31 87.74 -
YUV 214.27 138 87.15 -
System Red Green Blue C M Y K H S L
Decimal 157 240 232 0.35 0 0.03 0.06 174.22 0.73 0.78
Hex 9D F0 E8 23 0 3 6 AE 49 4E
Octal 235 360 350 43 0 3 6 256 111 116
Binary 10011101 11110000 11101000 100011 0 11 110 10101110 1001001 1001110

Color Harmonies of #9DF0E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF0E8

Black with #9DF0E8

Text Example


Text Example

White with #9DF0E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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