Shades of Pale Turquoise #AFEDEE
Tints of Pale Turquoise #AFEDEE
RGB
CMYK
RGB Variations
Color information
#AFEDEE (or 0xAFEDEE) is known color: Pale Turquoise. HEX triplet: AF, ED and EE. RGB value is (175,237,238). Sum of RGB (Red+Green+Blue) = 175+237+238=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 237 (92.97% from 255 or 36.46% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFEDEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEDEE is #501211. Grayscale: #DADADA. Windows color (decimal): -5247506 or 15658415. OLE color: 15658415.
HSL color Cylindrical-coordinate representation of color #AFEDEE: hue angle of 180.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDEE is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 238 | - |
| CMYK | 0.26 | 0.00 | 0 | 0.07 |
| HSL | 180.95º | 0.65% | 0.81% | - |
| HSV(B) | 180.95º | 0.26% | 0.93% | - |
| XYZ | 63.4 | 75.86 | 92.19 | - |
| YUV | 218.58 | 138.96 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 238 | 0.26 | 0.00 | 0 | 0.07 | 180.95 | 0.65 | 0.81 |
| Hex | AF | ED | EE | 1A | 0 | 0 | 7 | B5 | 41 | 51 |
| Octal | 257 | 355 | 356 | 32 | 0 | 0 | 7 | 265 | 101 | 121 |
| Binary | 10101111 | 11101101 | 11101110 | 11010 | 0 | 0 | 111 | 10110101 | 1000001 | 1010001 |
Color Harmonies of #AFEDEE
Complementary color
Monochromatic Colors of #AFEDEE
Black with #AFEDEE
Text Example
Text Example
White with #AFEDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDEE; }
p { color: rgb(175,237,238); }
H1.HeaderClassName
{
color: #AFEDEE;
}
.AnyTagClassName
{
color: #AFEDEE;
}
</style>
background-color css
<style>
a { background-color: #AFEDEE; }
a { background-color: rgb(175,237,238); }
div.DivClassName
{
background-color: #AFEDEE;
}
.BgClassName
{
background-color: #AFEDEE;
}
</style>
border-color css
<style>
span { border-color: #AFEDEE; }
span { border-color: rgb(175,237,238); }
td.TdClassName
{
border-color: #AFEDEE;
}
.TagClassName
{
border-color: #AFEDEE;
}
</style>