#AFEBEA

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

Shades of Pale Turquoise #AFEBEA

Tints of Pale Turquoise #AFEBEA

Color information

#AFEBEA (or 0xAFEBEA) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and EA. RGB value is (175,235,234). Sum of RGB (Red+Green+Blue) = 175+235+234=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 235 (92.19% from 255 or 36.49% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBEA is #501415. Grayscale: #D8D8D8. Windows color (decimal): -5248022 or 15395759. OLE color: 15395759.

HSL color Cylindrical-coordinate representation of color #AFEBEA: hue angle of 179º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBEA is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB175235234-
CMYK0.2600.000.08
HSL179º60%80.39%-
HSV(B)179º25.53%92.16%-
XYZ62.2474.4788.94-
YUV216.95137.6298.08-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 235 (92.19% from 255) = 36.49%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=27.17%
G=36.49%
B=36.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352340.2600.000.081796080.39
HexAFEBEA1A008b33c50
Octal25735335232001026374120
Binary10101111111010111110101011010001000101100111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBEA; }

 p { color: rgb(175,235,234); }

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

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

 a { background-color: rgb(175,235,234); }

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

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

 span { border-color: rgb(175,235,234); }

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