#9AF6F3

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

Shades of Pale Turquoise #9AF6F3

Tints of Pale Turquoise #9AF6F3

Color information

#9AF6F3 (or 0x9AF6F3) is unknown color: approx Pale Turquoise. HEX triplet: 9A, F6 and F3. RGB value is (154,246,243). Sum of RGB (Red+Green+Blue) = 154+246+243=643 (85% of max value = 765). Red value is 154 (60.55% from 255 or 23.95% from 643); Green value is 246 (96.48% from 255 or 38.26% from 643); Blue value is 243 (95.31% from 255 or 37.79% from 643); Max value from RGB is 246 - color contains mainly: green. Hex color #9AF6F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AF6F3 is #65090C. Grayscale: #DADADA. Windows color (decimal): -6621453 or 15988378. OLE color: 15988378.

HSL color Cylindrical-coordinate representation of color #9AF6F3: hue angle of 178.04º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF6F3 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.04.

Color convert

RGB154246243-
CMYK0.3700.010.04
HSL178.04º83.64%78.43%-
HSV(B)178.04º37.4%96.47%-
XYZ62.4679.2596.8-
YUV218.15142.0282.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 23.95%
GREEN value IS 246 (96.48% from 255) = 38.26%
BLUE value IS 243 (95.31% from 255) = 37.79%
R=23.95%
G=38.26%
B=37.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1542462430.3700.010.04178.0483.6478.43
Hex9AF6F325014b2544e
Octal23236636345014262124116
Binary100110101111011011110011100101011001011001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AF6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,246,243); }

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

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

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

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

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

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

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