#9DF3E7

Color #9DF3E7 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #9DF3E7

Tints of Pale Turquoise #9DF3E7

Color information

#9DF3E7 (or 0x9DF3E7) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F3 and E7. RGB value is (157,243,231). Sum of RGB (Red+Green+Blue) = 157+243+231=631 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.88% from 631); Green value is 243 (95.31% from 255 or 38.51% from 631); Blue value is 231 (90.62% from 255 or 36.61% from 631); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF3E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF3E7 is #620C18. Grayscale: #D7D7D7. Windows color (decimal): -6425625 or 15201181. OLE color: 15201181.

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

Color convert

RGB157243231-
CMYK0.3500.050.05
HSL171.63º78.18%78.43%-
HSV(B)171.63º35.39%95.29%-
XYZ60.3877.0487.29-
YUV215.92136.5185.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.88%
GREEN value IS 243 (95.31% from 255) = 38.51%
BLUE value IS 231 (90.62% from 255) = 36.61%
R=24.88%
G=38.51%
B=36.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1572432310.3500.050.05171.6378.1878.43
Hex9DF3E723055ac4e4e
Octal23536334743055254116116
Binary10011101111100111110011110001101011011010110010011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF3E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,231); }

 H1.HeaderClassName
 {
   color: #9DF3E7;
 }
 .AnyTagClassName
 {
   color: #9DF3E7;
 }
</style>
background-color css

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

 a { background-color: rgb(157,243,231); }

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

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

 span { border-color: rgb(157,243,231); }

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