#9BFAF0

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

Shades of Pale Turquoise #9BFAF0

Tints of Pale Turquoise #9BFAF0

Color information

#9BFAF0 (or 0x9BFAF0) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and F0. RGB value is (155,250,240). Sum of RGB (Red+Green+Blue) = 155+250+240=645 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.03% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 240 (94.14% from 255 or 37.21% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAF0 is #64050F. Grayscale: #DCDCDC. Windows color (decimal): -6554896 or 15792795. OLE color: 15792795.

HSL color Cylindrical-coordinate representation of color #9BFAF0: hue angle of 173.68º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAF0 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB155250240-
CMYK0.3800.040.02
HSL173.68º90.48%79.41%-
HSV(B)173.68º38%98.04%-
XYZ63.4381.6394.85-
YUV220.46139.0381.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 24.03%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 240 (94.14% from 255) = 37.21%
R=24.03%
G=38.76%
B=37.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502400.3800.040.02173.6890.4879.41
Hex9BFAF026042ae5a4f
Octal23337236046042256132117
Binary1001101111111010111100001001100100101010111010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,250,240); }

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

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

 a { background-color: rgb(155,250,240); }

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

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

 span { border-color: rgb(155,250,240); }

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