#AFFBFE

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

Shades of Pale Turquoise #AFFBFE

Tints of Pale Turquoise #AFFBFE

Color information

#AFFBFE (or 0xAFFBFE) is unknown color: approx Pale Turquoise. HEX triplet: AF, FB and FE. RGB value is (175,251,254). Sum of RGB (Red+Green+Blue) = 175+251+254=680 (90% of max value = 765). Red value is 175 (68.75% from 255 or 25.74% from 680); Green value is 251 (98.44% from 255 or 36.91% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFBFE is #500401. Grayscale: #E4E4E4. Windows color (decimal): -5243906 or 16710575. OLE color: 16710575.

HSL color Cylindrical-coordinate representation of color #AFFBFE: hue angle of 182.28º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFBFE is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB175251254-
CMYK0.310.0100.00
HSL182.28º97.53%84.12%-
HSV(B)182.28º31.1%99.61%-
XYZ70.0785.26106.53-
YUV228.62142.3289.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.74%
GREEN value IS 251 (98.44% from 255) = 36.91%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=25.74%
G=36.91%
B=37.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752512540.310.0100.00182.2897.5384.12
HexAFFBFE1F100b66254
Octal25737337637100266142124
Binary101011111111101111111110111111001011011011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFBFE; }

 p { color: rgb(175,251,254); }

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

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

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

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

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

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

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