#9DFCFB

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

Shades of Pale Turquoise #9DFCFB

Tints of Pale Turquoise #9DFCFB

Color information

#9DFCFB (or 0x9DFCFB) is unknown color: approx Pale Turquoise. HEX triplet: 9D, FC and FB. RGB value is (157,252,251). Sum of RGB (Red+Green+Blue) = 157+252+251=660 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.79% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #9DFCFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFCFB is #620304. Grayscale: #DFDFDF. Windows color (decimal): -6423301 or 16514205. OLE color: 16514205.

HSL color Cylindrical-coordinate representation of color #9DFCFB: hue angle of 179.37º 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 #9DFCFB is Cyan = 0.38, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.

Color convert

RGB157252251-
CMYK0.3800.000.01
HSL179.37º94.06%80.2%-
HSV(B)179.37º37.7%98.82%-
XYZ66.1383.75103.95-
YUV223.48143.5380.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 23.79%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 251 (98.44% from 255) = 38.03%
R=23.79%
G=38.18%
B=38.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1572522510.3800.000.01179.3794.0680.2
Hex9DFCFB26001b35e50
Octal23537437346001263136120
Binary1001110111111100111110111001100011011001110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DFCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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