Shades of Bright Turquoise #23FDDC
Tints of Bright Turquoise #23FDDC
RGB
CMYK
RGB Variations
Color information
#23FDDC (or 0x23FDDC) is known color: Bright Turquoise. HEX triplet: 23, FD and DC. RGB value is (35,253,220). Sum of RGB (Red+Green+Blue) = 35+253+220=508 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.89% from 508); Green value is 253 (99.22% from 255 or 49.80% from 508); Blue value is 220 (86.33% from 255 or 43.31% from 508); Max value from RGB is 253 - color contains mainly: green. Hex color #23FDDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #23FDDC is #DC0223. Grayscale: #B7B7B7. Windows color (decimal): -14418468 or 14482723. OLE color: 14482723.
HSL color Cylindrical-coordinate representation of color #23FDDC: hue angle of 170.92º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FDDC is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 35 | 253 | 220 | - |
| CMYK | 0.86 | 0 | 0.13 | 0.01 |
| HSL | 170.92º | 0.98% | 0.56% | - |
| HSV(B) | 170.92º | 0.86% | 0.99% | - |
| XYZ | 48.74 | 75.78 | 79.77 | - |
| YUV | 184.06 | 148.28 | 21.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 253 | 220 | 0.86 | 0 | 0.13 | 0.01 | 170.92 | 0.98 | 0.56 |
| Hex | 23 | FD | DC | 56 | 0 | D | 1 | AB | 62 | 38 |
| Octal | 43 | 375 | 334 | 126 | 0 | 15 | 1 | 253 | 142 | 70 |
| Binary | 100011 | 11111101 | 11011100 | 1010110 | 0 | 1101 | 1 | 10101011 | 1100010 | 111000 |
Color Harmonies of #23FDDC
Complementary color
Monochromatic Colors of #23FDDC
Black with #23FDDC
Text Example
Text Example
White with #23FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FDDC; }
p { color: rgb(35,253,220); }
H1.HeaderClassName
{
color: #23FDDC;
}
.AnyTagClassName
{
color: #23FDDC;
}
</style>
background-color css
<style>
a { background-color: #23FDDC; }
a { background-color: rgb(35,253,220); }
div.DivClassName
{
background-color: #23FDDC;
}
.BgClassName
{
background-color: #23FDDC;
}
</style>
border-color css
<style>
span { border-color: #23FDDC; }
span { border-color: rgb(35,253,220); }
td.TdClassName
{
border-color: #23FDDC;
}
.TagClassName
{
border-color: #23FDDC;
}
</style>