Shades of Pale Turquoise #9FF3E6
Tints of Pale Turquoise #9FF3E6
RGB
CMYK
RGB Variations
Color information
#9FF3E6 (or 0x9FF3E6) is known color: Pale Turquoise. HEX triplet: 9F, F3 and E6. RGB value is (159,243,230). Sum of RGB (Red+Green+Blue) = 159+243+230=632 (83% of max value = 765). Red value is 159 (62.5% from 255 or 25.16% from 632); Green value is 243 (95.31% from 255 or 38.45% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 243 - color contains mainly: green. Hex color #9FF3E6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF3E6 is #600C19. Grayscale: #D8D8D8. Windows color (decimal): -6294554 or 15135647. OLE color: 15135647.
HSL color Cylindrical-coordinate representation of color #9FF3E6: hue angle of 170.71º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FF3E6 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 159 | 243 | 230 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.05 |
| HSL | 170.71º | 0.78% | 0.79% | - |
| HSV(B) | 170.71º | 0.35% | 0.95% | - |
| XYZ | 60.63 | 77.19 | 86.57 | - |
| YUV | 216.4 | 135.67 | 87.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 243 | 230 | 0.35 | 0 | 0.05 | 0.05 | 170.71 | 0.78 | 0.79 |
| Hex | 9F | F3 | E6 | 23 | 0 | 5 | 5 | AB | 4E | 4F |
| Octal | 237 | 363 | 346 | 43 | 0 | 5 | 5 | 253 | 116 | 117 |
| Binary | 10011111 | 11110011 | 11100110 | 100011 | 0 | 101 | 101 | 10101011 | 1001110 | 1001111 |
Color Harmonies of #9FF3E6
Complementary color
Monochromatic Colors of #9FF3E6
Black with #9FF3E6
Text Example
Text Example
White with #9FF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF3E6; }
p { color: rgb(159,243,230); }
H1.HeaderClassName
{
color: #9FF3E6;
}
.AnyTagClassName
{
color: #9FF3E6;
}
</style>
background-color css
<style>
a { background-color: #9FF3E6; }
a { background-color: rgb(159,243,230); }
div.DivClassName
{
background-color: #9FF3E6;
}
.BgClassName
{
background-color: #9FF3E6;
}
</style>
border-color css
<style>
span { border-color: #9FF3E6; }
span { border-color: rgb(159,243,230); }
td.TdClassName
{
border-color: #9FF3E6;
}
.TagClassName
{
border-color: #9FF3E6;
}
</style>