Shades of Bright Turquoise #0DDFFD
Tints of Bright Turquoise #0DDFFD
RGB
CMYK
RGB Variations
Color information
#0DDFFD (or 0x0DDFFD) is known color: Bright Turquoise. HEX triplet: 0D, DF and FD. RGB value is (13,223,253). Sum of RGB (Red+Green+Blue) = 13+223+253=489 (64% of max value = 765). Red value is 13 (5.47% from 255 or 2.66% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #0DDFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DDFFD is #F22002. Grayscale: #A3A3A3. Windows color (decimal): -15867907 or 16637709. OLE color: 16637709.
HSL color Cylindrical-coordinate representation of color #0DDFFD: hue angle of 187.5º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DDFFD is Cyan = 0.95, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 223 | 253 | - |
| CMYK | 0.95 | 0.12 | 0 | 0.01 |
| HSL | 187.5º | 0.98% | 0.52% | - |
| HSV(B) | 187.5º | 0.95% | 0.99% | - |
| XYZ | 44.28 | 59.95 | 102.17 | - |
| YUV | 163.63 | 178.43 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 223 | 253 | 0.95 | 0.12 | 0 | 0.01 | 187.5 | 0.98 | 0.52 |
| Hex | D | DF | FD | 5F | C | 0 | 1 | BC | 62 | 34 |
| Octal | 15 | 337 | 375 | 137 | 14 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1101 | 11011111 | 11111101 | 1011111 | 1100 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0DDFFD
Complementary color
Monochromatic Colors of #0DDFFD
Black with #0DDFFD
Text Example
Text Example
White with #0DDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DDFFD; }
p { color: rgb(13,223,253); }
H1.HeaderClassName
{
color: #0DDFFD;
}
.AnyTagClassName
{
color: #0DDFFD;
}
</style>
background-color css
<style>
a { background-color: #0DDFFD; }
a { background-color: rgb(13,223,253); }
div.DivClassName
{
background-color: #0DDFFD;
}
.BgClassName
{
background-color: #0DDFFD;
}
</style>
border-color css
<style>
span { border-color: #0DDFFD; }
span { border-color: rgb(13,223,253); }
td.TdClassName
{
border-color: #0DDFFD;
}
.TagClassName
{
border-color: #0DDFFD;
}
</style>