Shades of Bright Turquoise #23FBEF
Tints of Bright Turquoise #23FBEF
RGB
CMYK
RGB Variations
Color information
#23FBEF (or 0x23FBEF) is known color: Bright Turquoise. HEX triplet: 23, FB and EF. RGB value is (35,251,239). Sum of RGB (Red+Green+Blue) = 35+251+239=525 (69% of max value = 765). Red value is 35 (14.06% from 255 or 6.67% from 525); Green value is 251 (98.44% from 255 or 47.81% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 251 - color contains mainly: green. Hex color #23FBEF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #23FBEF is #DC0410. Grayscale: #B8B8B8. Windows color (decimal): -14418961 or 15727395. OLE color: 15727395.
HSL color Cylindrical-coordinate representation of color #23FBEF: hue angle of 176.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23FBEF is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 35 | 251 | 239 | - |
| CMYK | 0.86 | 0 | 0.05 | 0.02 |
| HSL | 176.67º | 0.96% | 0.56% | - |
| HSV(B) | 176.67º | 0.86% | 0.98% | - |
| XYZ | 50.77 | 75.58 | 93.57 | - |
| YUV | 185.05 | 158.44 | 20.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 251 | 239 | 0.86 | 0 | 0.05 | 0.02 | 176.67 | 0.96 | 0.56 |
| Hex | 23 | FB | EF | 56 | 0 | 5 | 2 | B1 | 60 | 38 |
| Octal | 43 | 373 | 357 | 126 | 0 | 5 | 2 | 261 | 140 | 70 |
| Binary | 100011 | 11111011 | 11101111 | 1010110 | 0 | 101 | 10 | 10110001 | 1100000 | 111000 |
Color Harmonies of #23FBEF
Complementary color
Monochromatic Colors of #23FBEF
Black with #23FBEF
Text Example
Text Example
White with #23FBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23FBEF; }
p { color: rgb(35,251,239); }
H1.HeaderClassName
{
color: #23FBEF;
}
.AnyTagClassName
{
color: #23FBEF;
}
</style>
background-color css
<style>
a { background-color: #23FBEF; }
a { background-color: rgb(35,251,239); }
div.DivClassName
{
background-color: #23FBEF;
}
.BgClassName
{
background-color: #23FBEF;
}
</style>
border-color css
<style>
span { border-color: #23FBEF; }
span { border-color: rgb(35,251,239); }
td.TdClassName
{
border-color: #23FBEF;
}
.TagClassName
{
border-color: #23FBEF;
}
</style>