#9AFBF1

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

Shades of Pale Turquoise #9AFBF1

Tints of Pale Turquoise #9AFBF1

Color information

#9AFBF1 (or 0x9AFBF1) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and F1. RGB value is (154,251,241). Sum of RGB (Red+Green+Blue) = 154+251+241=646 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.84% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 241 (94.53% from 255 or 37.31% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBF1 is #65040E. Grayscale: #DCDCDC. Windows color (decimal): -6620175 or 15858586. OLE color: 15858586.

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

Color convert

RGB154251241-
CMYK0.3900.040.02
HSL173.81º92.38%79.41%-
HSV(B)173.81º38.65%98.43%-
XYZ63.782.2295.73-
YUV220.86139.3680.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.84%
GREEN value IS 251 (98.44% from 255) = 38.85%
BLUE value IS 241 (94.53% from 255) = 37.31%
R=23.84%
G=38.85%
B=37.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512410.3900.040.02173.8192.3879.41
Hex9AFBF127042ae5c4f
Octal23237336147042256134117
Binary1001101011111011111100011001110100101010111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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