Shades of Bright Turquoise #10DFF2
Tints of Bright Turquoise #10DFF2
RGB
CMYK
RGB Variations
Color information
#10DFF2 (or 0x10DFF2) is known color: Bright Turquoise. HEX triplet: 10, DF and F2. RGB value is (16,223,242). Sum of RGB (Red+Green+Blue) = 16+223+242=481 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #10DFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10DFF2 is #EF200D. Grayscale: #A2A2A2. Windows color (decimal): -15671310 or 15916816. OLE color: 15916816.
HSL color Cylindrical-coordinate representation of color #10DFF2: hue angle of 185.04º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFF2 is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 223 | 242 | - |
| CMYK | 0.93 | 0.08 | 0 | 0.05 |
| HSL | 185.04º | 0.9% | 0.51% | - |
| HSV(B) | 185.04º | 0.93% | 0.95% | - |
| XYZ | 42.63 | 59.3 | 93.2 | - |
| YUV | 163.27 | 172.42 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 242 | 0.93 | 0.08 | 0 | 0.05 | 185.04 | 0.9 | 0.51 |
| Hex | 10 | DF | F2 | 5D | 8 | 0 | 5 | B9 | 5A | 33 |
| Octal | 20 | 337 | 362 | 135 | 10 | 0 | 5 | 271 | 132 | 63 |
| Binary | 10000 | 11011111 | 11110010 | 1011101 | 1000 | 0 | 101 | 10111001 | 1011010 | 110011 |
Color Harmonies of #10DFF2
Complementary color
Monochromatic Colors of #10DFF2
Black with #10DFF2
Text Example
Text Example
White with #10DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFF2; }
p { color: rgb(16,223,242); }
H1.HeaderClassName
{
color: #10DFF2;
}
.AnyTagClassName
{
color: #10DFF2;
}
</style>
background-color css
<style>
a { background-color: #10DFF2; }
a { background-color: rgb(16,223,242); }
div.DivClassName
{
background-color: #10DFF2;
}
.BgClassName
{
background-color: #10DFF2;
}
</style>
border-color css
<style>
span { border-color: #10DFF2; }
span { border-color: rgb(16,223,242); }
td.TdClassName
{
border-color: #10DFF2;
}
.TagClassName
{
border-color: #10DFF2;
}
</style>