Shades of Bright Turquoise #09FDDF
Tints of Bright Turquoise #09FDDF
RGB
CMYK
RGB Variations
Color information
#09FDDF (or 0x09FDDF) is known color: Bright Turquoise. HEX triplet: 09, FD and DF. RGB value is (9,253,223). Sum of RGB (Red+Green+Blue) = 9+253+223=485 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09FDDF is #F60220. Grayscale: #B0B0B0. Windows color (decimal): -16122401 or 14679305. OLE color: 14679305.
HSL color Cylindrical-coordinate representation of color #09FDDF: hue angle of 172.62º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FDDF is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 223 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.01 |
| HSL | 172.62º | 0.98% | 0.51% | - |
| HSV(B) | 172.62º | 0.96% | 0.99% | - |
| XYZ | 48.56 | 75.64 | 81.85 | - |
| YUV | 176.62 | 154.16 | 8.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 223 | 0.96 | 0 | 0.12 | 0.01 | 172.62 | 0.98 | 0.51 |
| Hex | 9 | FD | DF | 60 | 0 | C | 1 | AD | 62 | 33 |
| Octal | 11 | 375 | 337 | 140 | 0 | 14 | 1 | 255 | 142 | 63 |
| Binary | 1001 | 11111101 | 11011111 | 1100000 | 0 | 1100 | 1 | 10101101 | 1100010 | 110011 |
Color Harmonies of #09FDDF
Complementary color
Monochromatic Colors of #09FDDF
Black with #09FDDF
Text Example
Text Example
White with #09FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDDF; }
p { color: rgb(9,253,223); }
H1.HeaderClassName
{
color: #09FDDF;
}
.AnyTagClassName
{
color: #09FDDF;
}
</style>
background-color css
<style>
a { background-color: #09FDDF; }
a { background-color: rgb(9,253,223); }
div.DivClassName
{
background-color: #09FDDF;
}
.BgClassName
{
background-color: #09FDDF;
}
</style>
border-color css
<style>
span { border-color: #09FDDF; }
span { border-color: rgb(9,253,223); }
td.TdClassName
{
border-color: #09FDDF;
}
.TagClassName
{
border-color: #09FDDF;
}
</style>