#9DFFF1

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

Shades of Pale Turquoise #9DFFF1

Tints of Pale Turquoise #9DFFF1

Color information

#9DFFF1 (or 0x9DFFF1) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FF and F1. RGB value is (157,255,241). Sum of RGB (Red+Green+Blue) = 157+255+241=653 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.04% from 653); Green value is 255 (100% from 255 or 39.05% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFF1 is #62000E. Grayscale: #E0E0E0. Windows color (decimal): -6422543 or 15859613. OLE color: 15859613.

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

Color convert

RGB157255241-
CMYK0.3800.050
HSL171.43º100%80.78%-
HSV(B)171.43º38.43%100%-
XYZ65.5485.0496.18-
YUV224.1137.5380.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.04%
GREEN value IS 255 (100% from 255) = 39.05%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=24.04%
G=39.05%
B=36.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1572552410.3800.050171.4310080.78
Hex9DFFF126050ab6451
Octal23537736146050253144121
Binary100111011111111111110001100110010101010101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,255,241); }

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

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

 a { background-color: rgb(157,255,241); }

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

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

 span { border-color: rgb(157,255,241); }

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