#ADFAFE

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

Shades of Pale Turquoise #ADFAFE

Tints of Pale Turquoise #ADFAFE

Color information

#ADFAFE (or 0xADFAFE) is unknown color: approx Pale Turquoise. HEX triplet: AD, FA and FE. RGB value is (173,250,254). Sum of RGB (Red+Green+Blue) = 173+250+254=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #ADFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFAFE is #520501. Grayscale: #E3E3E3. Windows color (decimal): -5375234 or 16710317. OLE color: 16710317.

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

Color convert

RGB173250254-
CMYK0.320.0200.00
HSL182.96º97.59%83.73%-
HSV(B)182.96º31.89%99.61%-
XYZ69.3184.41106.41-
YUV227.43142.9989.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.55%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 254 (99.61% from 255) = 37.52%
R=25.55%
G=36.93%
B=37.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1732502540.320.0200.00182.9697.5983.73
HexADFAFE20200b76254
Octal25537237640200267142124
Binary10101101111110101111111010000010001011011111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFAFE; }

 p { color: rgb(173,250,254); }

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

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

 a { background-color: rgb(173,250,254); }

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

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

 span { border-color: rgb(173,250,254); }

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