#9DF2E6

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

Shades of Pale Turquoise #9DF2E6

Tints of Pale Turquoise #9DF2E6

Color information

#9DF2E6 (or 0x9DF2E6) is unknown color: approx Pale Turquoise. HEX triplet: 9D, F2 and E6. RGB value is (157,242,230). Sum of RGB (Red+Green+Blue) = 157+242+230=629 (83% of max value = 765). Red value is 157 (61.72% from 255 or 24.96% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF2E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DF2E6 is #620D19. Grayscale: #D7D7D7. Windows color (decimal): -6425882 or 15135389. OLE color: 15135389.

HSL color Cylindrical-coordinate representation of color #9DF2E6: hue angle of 171.53º degrees, saturation: 0.77, 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 #9DF2E6 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB157242230-
CMYK0.3500.050.05
HSL171.53º76.58%78.24%-
HSV(B)171.53º35.12%94.9%-
XYZ59.9476.3986.45-
YUV215.22136.3486.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.96%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 230 (90.23% from 255) = 36.57%
R=24.96%
G=38.47%
B=36.57%

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
Decimal1572422300.3500.050.05171.5376.5878.24
Hex9DF2E623055ac4d4e
Octal23536234643055254115116
Binary10011101111100101110011010001101011011010110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,242,230); }

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

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

 a { background-color: rgb(157,242,230); }

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

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

 span { border-color: rgb(157,242,230); }

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