#ADFCFF

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

Shades of Pale Turquoise #ADFCFF

Tints of Pale Turquoise #ADFCFF

Color information

#ADFCFF (or 0xADFCFF) is unknown color: approx Pale Turquoise. HEX triplet: AD, FC and FF. RGB value is (173,252,255). Sum of RGB (Red+Green+Blue) = 173+252+255=680 (90% of max value = 765). Red value is 173 (67.97% from 255 or 25.44% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #ADFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCFF is #520300. Grayscale: #E4E4E4. Windows color (decimal): -5374721 or 16776365. OLE color: 16776365.

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

Color convert

RGB173252255-
CMYK0.320.0100
HSL182.2º100%83.92%-
HSV(B)182.2º32.16%100%-
XYZ70.0985.73107.46-
YUV228.72142.8388.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.44%
GREEN value IS 252 (98.83% from 255) = 37.06%
BLUE value IS 255 (100% from 255) = 37.5%
R=25.44%
G=37.06%
B=37.5%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1732522550.320.0100182.210083.92
HexADFCFF20100b66454
Octal25537437740100266144124
Binary1010110111111100111111111000001001011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFCFF; }

 p { color: rgb(173,252,255); }

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

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

 a { background-color: rgb(173,252,255); }

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

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

 span { border-color: rgb(173,252,255); }

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