Shades of Bright Turquoise #23CFE4
Tints of Bright Turquoise #23CFE4
RGB
CMYK
RGB Variations
Color information
#23CFE4 (or 0x23CFE4) is known color: Bright Turquoise. HEX triplet: 23, CF and E4. RGB value is (35,207,228). Sum of RGB (Red+Green+Blue) = 35+207+228=470 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.45% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 228 (89.45% from 255 or 48.51% from 470); Max value from RGB is 228 - color contains mainly: blue. Hex color #23CFE4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFE4 is #DC301B. Grayscale: #9D9D9D. Windows color (decimal): -14430236 or 14995235. OLE color: 14995235.
HSL color Cylindrical-coordinate representation of color #23CFE4: hue angle of 186.53º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFE4 is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 207 | 228 | - |
| CMYK | 0.85 | 0.09 | 0 | 0.11 |
| HSL | 186.53º | 0.78% | 0.52% | - |
| HSV(B) | 186.53º | 0.85% | 0.89% | - |
| XYZ | 37.01 | 50.58 | 81.21 | - |
| YUV | 157.97 | 167.52 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 228 | 0.85 | 0.09 | 0 | 0.11 | 186.53 | 0.78 | 0.52 |
| Hex | 23 | CF | E4 | 55 | 9 | 0 | B | BB | 4E | 34 |
| Octal | 43 | 317 | 344 | 125 | 11 | 0 | 13 | 273 | 116 | 64 |
| Binary | 100011 | 11001111 | 11100100 | 1010101 | 1001 | 0 | 1011 | 10111011 | 1001110 | 110100 |
Color Harmonies of #23CFE4
Complementary color
Monochromatic Colors of #23CFE4
Black with #23CFE4
Text Example
Text Example
White with #23CFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFE4; }
p { color: rgb(35,207,228); }
H1.HeaderClassName
{
color: #23CFE4;
}
.AnyTagClassName
{
color: #23CFE4;
}
</style>
background-color css
<style>
a { background-color: #23CFE4; }
a { background-color: rgb(35,207,228); }
div.DivClassName
{
background-color: #23CFE4;
}
.BgClassName
{
background-color: #23CFE4;
}
</style>
border-color css
<style>
span { border-color: #23CFE4; }
span { border-color: rgb(35,207,228); }
td.TdClassName
{
border-color: #23CFE4;
}
.TagClassName
{
border-color: #23CFE4;
}
</style>