Shades of Bright Turquoise #23CFE5
Tints of Bright Turquoise #23CFE5
RGB
CMYK
RGB Variations
Color information
#23CFE5 (or 0x23CFE5) is known color: Bright Turquoise. HEX triplet: 23, CF and E5. RGB value is (35,207,229). Sum of RGB (Red+Green+Blue) = 35+207+229=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #23CFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFE5 is #DC301A. Grayscale: #9D9D9D. Windows color (decimal): -14430235 or 15060771. OLE color: 15060771.
HSL color Cylindrical-coordinate representation of color #23CFE5: hue angle of 186.8º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFE5 is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 35 | 207 | 229 | - |
| CMYK | 0.85 | 0.10 | 0 | 0.10 |
| HSL | 186.8º | 0.79% | 0.52% | - |
| HSV(B) | 186.8º | 0.85% | 0.9% | - |
| XYZ | 37.15 | 50.64 | 81.95 | - |
| YUV | 158.08 | 168.02 | 40.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 229 | 0.85 | 0.10 | 0 | 0.10 | 186.8 | 0.79 | 0.52 |
| Hex | 23 | CF | E5 | 55 | A | 0 | A | BB | 4F | 34 |
| Octal | 43 | 317 | 345 | 125 | 12 | 0 | 12 | 273 | 117 | 64 |
| Binary | 100011 | 11001111 | 11100101 | 1010101 | 1010 | 0 | 1010 | 10111011 | 1001111 | 110100 |
Color Harmonies of #23CFE5
Complementary color
Monochromatic Colors of #23CFE5
Black with #23CFE5
Text Example
Text Example
White with #23CFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFE5; }
p { color: rgb(35,207,229); }
H1.HeaderClassName
{
color: #23CFE5;
}
.AnyTagClassName
{
color: #23CFE5;
}
</style>
background-color css
<style>
a { background-color: #23CFE5; }
a { background-color: rgb(35,207,229); }
div.DivClassName
{
background-color: #23CFE5;
}
.BgClassName
{
background-color: #23CFE5;
}
</style>
border-color css
<style>
span { border-color: #23CFE5; }
span { border-color: rgb(35,207,229); }
td.TdClassName
{
border-color: #23CFE5;
}
.TagClassName
{
border-color: #23CFE5;
}
</style>