#9AFBFB

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

Shades of Pale Turquoise #9AFBFB

Tints of Pale Turquoise #9AFBFB

Color information

#9AFBFB (or 0x9AFBFB) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and FB. RGB value is (154,251,251). Sum of RGB (Red+Green+Blue) = 154+251+251=656 (86% of max value = 765). Red value is 154 (60.55% from 255 or 23.48% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #9AFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBFB is #650404. Grayscale: #DDDDDD. Windows color (decimal): -6620165 or 16513946. OLE color: 16513946.

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

Color convert

RGB154251251-
CMYK0.39000.02
HSL180º92.38%79.41%-
HSV(B)180º38.65%98.43%-
XYZ65.2482.83103.82-
YUV222144.3679.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.48%
GREEN value IS 251 (98.44% from 255) = 38.26%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=23.48%
G=38.26%
B=38.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512510.39000.0218092.3879.41
Hex9AFBFB27002b45c4f
Octal23237337347002264134117
Binary10011010111110111111101110011100101011010010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,251,251); }

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

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

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

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

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

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

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