Shades of Bright Turquoise #09DFF1
Tints of Bright Turquoise #09DFF1
RGB
CMYK
RGB Variations
Color information
#09DFF1 (or 0x09DFF1) is known color: Bright Turquoise. HEX triplet: 09, DF and F1. RGB value is (9,223,241). Sum of RGB (Red+Green+Blue) = 9+223+241=473 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #09DFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFF1 is #F6200E. Grayscale: #A0A0A0. Windows color (decimal): -16130063 or 15851273. OLE color: 15851273.
HSL color Cylindrical-coordinate representation of color #09DFF1: hue angle of 184.66º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DFF1 is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 223 | 241 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.05 |
| HSL | 184.66º | 0.93% | 0.49% | - |
| HSV(B) | 184.66º | 0.96% | 0.95% | - |
| XYZ | 42.38 | 59.18 | 92.41 | - |
| YUV | 161.07 | 173.1 | 19.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 223 | 241 | 0.96 | 0.07 | 0 | 0.05 | 184.66 | 0.93 | 0.49 |
| Hex | 9 | DF | F1 | 60 | 7 | 0 | 5 | B9 | 5D | 31 |
| Octal | 11 | 337 | 361 | 140 | 7 | 0 | 5 | 271 | 135 | 61 |
| Binary | 1001 | 11011111 | 11110001 | 1100000 | 111 | 0 | 101 | 10111001 | 1011101 | 110001 |
Color Harmonies of #09DFF1
Complementary color
Monochromatic Colors of #09DFF1
Black with #09DFF1
Text Example
Text Example
White with #09DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DFF1; }
p { color: rgb(9,223,241); }
H1.HeaderClassName
{
color: #09DFF1;
}
.AnyTagClassName
{
color: #09DFF1;
}
</style>
background-color css
<style>
a { background-color: #09DFF1; }
a { background-color: rgb(9,223,241); }
div.DivClassName
{
background-color: #09DFF1;
}
.BgClassName
{
background-color: #09DFF1;
}
</style>
border-color css
<style>
span { border-color: #09DFF1; }
span { border-color: rgb(9,223,241); }
td.TdClassName
{
border-color: #09DFF1;
}
.TagClassName
{
border-color: #09DFF1;
}
</style>