Shades of Dark Turquoise #04BEDD
Tints of Dark Turquoise #04BEDD
RGB
CMYK
RGB Variations
Color information
#04BEDD (or 0x04BEDD) is known color: Dark Turquoise. HEX triplet: 04, BE and DD. RGB value is (4,190,221). Sum of RGB (Red+Green+Blue) = 4+190+221=415 (54% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #04BEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04BEDD is #FB4122. Grayscale: #898989. Windows color (decimal): -16466211 or 14532100. OLE color: 14532100.
HSL color Cylindrical-coordinate representation of color #04BEDD: hue angle of 188.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04BEDD is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 4 | 190 | 221 | - |
| CMYK | 0.98 | 0.14 | 0 | 0.13 |
| HSL | 188.57º | 0.96% | 0.44% | - |
| HSV(B) | 188.57º | 0.98% | 0.87% | - |
| XYZ | 31.51 | 42.07 | 74.87 | - |
| YUV | 137.92 | 174.88 | 32.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 190 | 221 | 0.98 | 0.14 | 0 | 0.13 | 188.57 | 0.96 | 0.44 |
| Hex | 4 | BE | DD | 62 | E | 0 | D | BD | 60 | 2C |
| Octal | 4 | 276 | 335 | 142 | 16 | 0 | 15 | 275 | 140 | 54 |
| Binary | 100 | 10111110 | 11011101 | 1100010 | 1110 | 0 | 1101 | 10111101 | 1100000 | 101100 |
Color Harmonies of #04BEDD
Complementary color
Monochromatic Colors of #04BEDD
Black with #04BEDD
Text Example
Text Example
White with #04BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04BEDD; }
p { color: rgb(4,190,221); }
H1.HeaderClassName
{
color: #04BEDD;
}
.AnyTagClassName
{
color: #04BEDD;
}
</style>
background-color css
<style>
a { background-color: #04BEDD; }
a { background-color: rgb(4,190,221); }
div.DivClassName
{
background-color: #04BEDD;
}
.BgClassName
{
background-color: #04BEDD;
}
</style>
border-color css
<style>
span { border-color: #04BEDD; }
span { border-color: rgb(4,190,221); }
td.TdClassName
{
border-color: #04BEDD;
}
.TagClassName
{
border-color: #04BEDD;
}
</style>