#ADFBFC

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

Shades of Pale Turquoise #ADFBFC

Tints of Pale Turquoise #ADFBFC

Color information

#ADFBFC (or 0xADFBFC) is unknown color: approx Pale Turquoise. HEX triplet: AD, FB and FC. RGB value is (173,251,252). Sum of RGB (Red+Green+Blue) = 173+251+252=676 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.59% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #ADFBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFBFC is #520403. Grayscale: #E3E3E3. Windows color (decimal): -5374980 or 16579501. OLE color: 16579501.

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

Color convert

RGB173251252-
CMYK0.310.0000.01
HSL180.76º92.94%83.33%-
HSV(B)180.76º31.35%98.82%-
XYZ69.384.91104.83-
YUV227.79141.6688.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 25.59%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=25.59%
G=37.13%
B=37.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1732512520.310.0000.01180.7692.9483.33
HexADFBFC1F001b55d53
Octal25537337437001265135123
Binary101011011111101111111100111110011011010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADFBFC; }

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

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

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

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

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

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

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

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