Shades of Bright Turquoise #10DFD4
Tints of Bright Turquoise #10DFD4
RGB
CMYK
RGB Variations
Color information
#10DFD4 (or 0x10DFD4) is known color: Bright Turquoise. HEX triplet: 10, DF and D4. RGB value is (16,223,212). Sum of RGB (Red+Green+Blue) = 16+223+212=451 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.55% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFD4 is #EF202B. Grayscale: #9F9F9F. Windows color (decimal): -15671340 or 13950736. OLE color: 13950736.
HSL color Cylindrical-coordinate representation of color #10DFD4: hue angle of 176.81º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFD4 is Cyan = 0.93, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 16 | 223 | 212 | - |
CMYK | 0.93 | 0 | 0.05 | 0.13 |
HSL | 176.81º | 0.87% | 0.47% | - |
HSV(B) | 176.81º | 0.93% | 0.87% | - |
XYZ | 38.49 | 57.64 | 71.38 | - |
YUV | 159.85 | 157.42 | 25.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 16 | 223 | 212 | 0.93 | 0 | 0.05 | 0.13 | 176.81 | 0.87 | 0.47 |
Hex | 10 | DF | D4 | 5D | 0 | 5 | D | B1 | 57 | 2F |
Octal | 20 | 337 | 324 | 135 | 0 | 5 | 15 | 261 | 127 | 57 |
Binary | 10000 | 11011111 | 11010100 | 1011101 | 0 | 101 | 1101 | 10110001 | 1010111 | 101111 |
Color Harmonies of #10DFD4
Complementary color
Monochromatic Colors of #10DFD4
Black with #10DFD4
Text Example
Text Example
White with #10DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFD4; }
p { color: rgb(16,223,212); }
H1.HeaderClassName
{
color: #10DFD4;
}
.AnyTagClassName
{
color: #10DFD4;
}
</style>
background-color css
<style>
a { background-color: #10DFD4; }
a { background-color: rgb(16,223,212); }
div.DivClassName
{
background-color: #10DFD4;
}
.BgClassName
{
background-color: #10DFD4;
}
</style>
border-color css
<style>
span { border-color: #10DFD4; }
span { border-color: rgb(16,223,212); }
td.TdClassName
{
border-color: #10DFD4;
}
.TagClassName
{
border-color: #10DFD4;
}
</style>