#ADF4FA

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

Shades of Pale Turquoise #ADF4FA

Tints of Pale Turquoise #ADF4FA

Color information

#ADF4FA (or 0xADF4FA) is unknown color: approx Pale Turquoise. HEX triplet: AD, F4 and FA. RGB value is (173,244,250). Sum of RGB (Red+Green+Blue) = 173+244+250=667 (88% of max value = 765). Red value is 173 (67.97% from 255 or 25.94% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #ADF4FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADF4FA is #520B05. Grayscale: #DFDFDF. Windows color (decimal): -5376774 or 16446637. OLE color: 16446637.

HSL color Cylindrical-coordinate representation of color #ADF4FA: hue angle of 184.68º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF4FA is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB173244250-
CMYK0.310.0200.02
HSL184.68º88.51%82.94%-
HSV(B)184.68º30.8%98.04%-
XYZ66.8480.49102.46-
YUV223.46142.9892.01-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.94%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 250 (98.05% from 255) = 37.48%
R=25.94%
G=36.58%
B=37.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732442500.310.0200.02184.6888.5182.94
HexADF4FA1F202b95953
Octal25536437237202271131123
Binary10101101111101001111101011111100101011100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF4FA; }

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

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

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

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

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

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

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

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