#9BFFFD

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

Shades of Pale Turquoise #9BFFFD

Tints of Pale Turquoise #9BFFFD

Color information

#9BFFFD (or 0x9BFFFD) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FF and FD. RGB value is (155,255,253). Sum of RGB (Red+Green+Blue) = 155+255+253=663 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.38% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFFD is #640002. Grayscale: #E0E0E0. Windows color (decimal): -6553603 or 16646043. OLE color: 16646043.

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

Color convert

RGB155255253-
CMYK0.3900.010
HSL178.8º100%80.39%-
HSV(B)178.8º39.22%100%-
XYZ67.0185.58105.92-
YUV224.87143.8778.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.38%
GREEN value IS 255 (100% from 255) = 38.46%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=23.38%
G=38.46%
B=38.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1552552530.3900.010178.810080.39
Hex9BFFFD27010b36450
Octal23337737547010263144120
Binary1001101111111111111111011001110101011001111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,255,253); }

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

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

 a { background-color: rgb(155,255,253); }

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

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

 span { border-color: rgb(155,255,253); }

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