#9DFCF1

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

Shades of Pale Turquoise #9DFCF1

Tints of Pale Turquoise #9DFCF1

Color information

#9DFCF1 (or 0x9DFCF1) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FC and F1. RGB value is (157,252,241). Sum of RGB (Red+Green+Blue) = 157+252+241=650 (86% of max value = 765). Red value is 157 (61.72% from 255 or 24.15% from 650); Green value is 252 (98.83% from 255 or 38.77% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFCF1 is #62030E. Grayscale: #DEDEDE. Windows color (decimal): -6423311 or 15858845. OLE color: 15858845.

HSL color Cylindrical-coordinate representation of color #9DFCF1: hue angle of 173.05º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9DFCF1 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB157252241-
CMYK0.3800.040.01
HSL173.05º94.06%80.2%-
HSV(B)173.05º37.7%98.82%-
XYZ64.5983.1495.86-
YUV222.34138.5381.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 24.15%
GREEN value IS 252 (98.83% from 255) = 38.77%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=24.15%
G=38.77%
B=37.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572522410.3800.040.01173.0594.0680.2
Hex9DFCF126041ad5e50
Octal23537436146041255136120
Binary100111011111110011110001100110010011010110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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