Shades of Bright Turquoise #1FDFFD
Tints of Bright Turquoise #1FDFFD
RGB
CMYK
RGB Variations
Color information
#1FDFFD (or 0x1FDFFD) is known color: Bright Turquoise. HEX triplet: 1F, DF and FD. RGB value is (31,223,253). Sum of RGB (Red+Green+Blue) = 31+223+253=507 (67% of max value = 765). Red value is 31 (12.5% from 255 or 6.11% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #1FDFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1FDFFD is #E02002. Grayscale: #A8A8A8. Windows color (decimal): -14688259 or 16637727. OLE color: 16637727.
HSL color Cylindrical-coordinate representation of color #1FDFFD: hue angle of 188.11º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FDFFD is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 31 | 223 | 253 | - |
| CMYK | 0.88 | 0.12 | 0 | 0.01 |
| HSL | 188.11º | 0.98% | 0.56% | - |
| HSV(B) | 188.11º | 0.88% | 0.99% | - |
| XYZ | 44.68 | 60.16 | 102.19 | - |
| YUV | 169.01 | 175.39 | 29.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 223 | 253 | 0.88 | 0.12 | 0 | 0.01 | 188.11 | 0.98 | 0.56 |
| Hex | 1F | DF | FD | 58 | C | 0 | 1 | BC | 62 | 38 |
| Octal | 37 | 337 | 375 | 130 | 14 | 0 | 1 | 274 | 142 | 70 |
| Binary | 11111 | 11011111 | 11111101 | 1011000 | 1100 | 0 | 1 | 10111100 | 1100010 | 111000 |
Color Harmonies of #1FDFFD
Complementary color
Monochromatic Colors of #1FDFFD
Black with #1FDFFD
Text Example
Text Example
White with #1FDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDFFD; }
p { color: rgb(31,223,253); }
H1.HeaderClassName
{
color: #1FDFFD;
}
.AnyTagClassName
{
color: #1FDFFD;
}
</style>
background-color css
<style>
a { background-color: #1FDFFD; }
a { background-color: rgb(31,223,253); }
div.DivClassName
{
background-color: #1FDFFD;
}
.BgClassName
{
background-color: #1FDFFD;
}
</style>
border-color css
<style>
span { border-color: #1FDFFD; }
span { border-color: rgb(31,223,253); }
td.TdClassName
{
border-color: #1FDFFD;
}
.TagClassName
{
border-color: #1FDFFD;
}
</style>