Shades of Pale Turquoise #9BEFE4
Tints of Pale Turquoise #9BEFE4
RGB
CMYK
RGB Variations
Color information
#9BEFE4 (or 0x9BEFE4) is known color: Pale Turquoise. HEX triplet: 9B, EF and E4. RGB value is (155,239,228). Sum of RGB (Red+Green+Blue) = 155+239+228=622 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.92% from 622); Green value is 239 (93.75% from 255 or 38.42% from 622); Blue value is 228 (89.45% from 255 or 36.66% from 622); Max value from RGB is 239 - color contains mainly: green. Hex color #9BEFE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BEFE4 is #64101B. Grayscale: #D4D4D4. Windows color (decimal): -6557724 or 15003547. OLE color: 15003547.
HSL color Cylindrical-coordinate representation of color #9BEFE4: hue angle of 172.14º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BEFE4 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 239 | 228 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.06 |
| HSL | 172.14º | 0.72% | 0.77% | - |
| HSV(B) | 172.14º | 0.35% | 0.94% | - |
| XYZ | 58.39 | 74.3 | 84.66 | - |
| YUV | 212.63 | 136.67 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 239 | 228 | 0.35 | 0 | 0.05 | 0.06 | 172.14 | 0.72 | 0.77 |
| Hex | 9B | EF | E4 | 23 | 0 | 5 | 6 | AC | 48 | 4D |
| Octal | 233 | 357 | 344 | 43 | 0 | 5 | 6 | 254 | 110 | 115 |
| Binary | 10011011 | 11101111 | 11100100 | 100011 | 0 | 101 | 110 | 10101100 | 1001000 | 1001101 |
Color Harmonies of #9BEFE4
Complementary color
Monochromatic Colors of #9BEFE4
Black with #9BEFE4
Text Example
Text Example
White with #9BEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEFE4; }
p { color: rgb(155,239,228); }
H1.HeaderClassName
{
color: #9BEFE4;
}
.AnyTagClassName
{
color: #9BEFE4;
}
</style>
background-color css
<style>
a { background-color: #9BEFE4; }
a { background-color: rgb(155,239,228); }
div.DivClassName
{
background-color: #9BEFE4;
}
.BgClassName
{
background-color: #9BEFE4;
}
</style>
border-color css
<style>
span { border-color: #9BEFE4; }
span { border-color: rgb(155,239,228); }
td.TdClassName
{
border-color: #9BEFE4;
}
.TagClassName
{
border-color: #9BEFE4;
}
</style>