#9BFAF4

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

Shades of Pale Turquoise #9BFAF4

Tints of Pale Turquoise #9BFAF4

Color information

#9BFAF4 (or 0x9BFAF4) is unknown color: approx Pale Turquoise. HEX triplet: 9B, FA and F4. RGB value is (155,250,244). Sum of RGB (Red+Green+Blue) = 155+250+244=649 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.88% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAF4 is #64050B. Grayscale: #DCDCDC. Windows color (decimal): -6554892 or 16054939. OLE color: 16054939.

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

Color convert

RGB155250244-
CMYK0.3800.020.02
HSL176.21º90.48%79.41%-
HSV(B)176.21º38%98.04%-
XYZ64.0381.8798.02-
YUV220.91141.0380.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 23.88%
GREEN value IS 250 (98.05% from 255) = 38.52%
BLUE value IS 244 (95.70% from 255) = 37.60%
R=23.88%
G=38.52%
B=37.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1552502440.3800.020.02176.2190.4879.41
Hex9BFAF426022b05a4f
Octal23337236446022260132117
Binary100110111111101011110100100110010101011000010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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