Shades of Pale Turquoise #ADFCFC
Tints of Pale Turquoise #ADFCFC
RGB
CMYK
RGB Variations
Color information
#ADFCFC (or 0xADFCFC) is known color: Pale Turquoise. HEX triplet: AD, FC and FC. RGB value is (173,252,252). Sum of RGB (Red+Green+Blue) = 173+252+252=677 (89% of max value = 765). Red value is 173 (67.97% from 255 or 25.55% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #ADFCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ADFCFC is #520303. Grayscale: #E4E4E4. Windows color (decimal): -5374724 or 16579757. OLE color: 16579757.
HSL color Cylindrical-coordinate representation of color #ADFCFC: hue angle of 180º 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 #ADFCFC is Cyan = 0.31, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 173 | 252 | 252 | - |
CMYK | 0.31 | 0 | 0 | 0.01 |
HSL | 180º | 0.93% | 0.83% | - |
HSV(B) | 180º | 0.31% | 0.99% | - |
XYZ | 69.61 | 85.53 | 104.94 | - |
YUV | 228.38 | 141.33 | 88.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 173 | 252 | 252 | 0.31 | 0 | 0 | 0.01 | 180 | 0.93 | 0.83 |
Hex | AD | FC | FC | 1F | 0 | 0 | 1 | B4 | 5D | 53 |
Octal | 255 | 374 | 374 | 37 | 0 | 0 | 1 | 264 | 135 | 123 |
Binary | 10101101 | 11111100 | 11111100 | 11111 | 0 | 0 | 1 | 10110100 | 1011101 | 1010011 |
Color Harmonies of #ADFCFC
Complementary color
Monochromatic Colors of #ADFCFC
Black with #ADFCFC
Text Example
Text Example
White with #ADFCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFCFC; }
p { color: rgb(173,252,252); }
H1.HeaderClassName
{
color: #ADFCFC;
}
.AnyTagClassName
{
color: #ADFCFC;
}
</style>
background-color css
<style>
a { background-color: #ADFCFC; }
a { background-color: rgb(173,252,252); }
div.DivClassName
{
background-color: #ADFCFC;
}
.BgClassName
{
background-color: #ADFCFC;
}
</style>
border-color css
<style>
span { border-color: #ADFCFC; }
span { border-color: rgb(173,252,252); }
td.TdClassName
{
border-color: #ADFCFC;
}
.TagClassName
{
border-color: #ADFCFC;
}
</style>