#9AFBF2

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

Shades of Pale Turquoise #9AFBF2

Tints of Pale Turquoise #9AFBF2

Color information

#9AFBF2 (or 0x9AFBF2) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and F2. RGB value is (154,251,242). Sum of RGB (Red+Green+Blue) = 154+251+242=647 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.80% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBF2 is #65040D. Grayscale: #DCDCDC. Windows color (decimal): -6620174 or 15924122. OLE color: 15924122.

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

Color convert

RGB154251242-
CMYK0.3900.040.02
HSL174.43º92.38%79.41%-
HSV(B)174.43º38.65%98.43%-
XYZ63.8582.2896.52-
YUV220.97139.8680.23-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.80%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 242 (94.92% from 255) = 37.40%
R=23.80%
G=38.79%
B=37.40%

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
Decimal1542512420.3900.040.02174.4392.3879.41
Hex9AFBF227042ae5c4f
Octal23237336247042256134117
Binary1001101011111011111100101001110100101010111010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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