#9AFBEB

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

Shades of Pale Turquoise #9AFBEB

Tints of Pale Turquoise #9AFBEB

Color information

#9AFBEB (or 0x9AFBEB) is unknown color: approx Pale Turquoise. HEX triplet: 9A, FB and EB. RGB value is (154,251,235). Sum of RGB (Red+Green+Blue) = 154+251+235=640 (84% of max value = 765). Red value is 154 (60.55% from 255 or 24.06% from 640); Green value is 251 (98.44% from 255 or 39.22% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 251 - color contains mainly: green. Hex color #9AFBEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9AFBEB is #650414. Grayscale: #DCDCDC. Windows color (decimal): -6620181 or 15465370. OLE color: 15465370.

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

Color convert

RGB154251235-
CMYK0.3900.060.02
HSL170.1º92.38%79.41%-
HSV(B)170.1º38.65%98.43%-
XYZ62.8281.8691.09-
YUV220.17136.3680.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 24.06%
GREEN value IS 251 (98.44% from 255) = 39.22%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=24.06%
G=39.22%
B=36.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1542512350.3900.060.02170.192.3879.41
Hex9AFBEB27062aa5c4f
Octal23237335347062252134117
Binary1001101011111011111010111001110110101010101010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AFBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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