Shades of Turquoise Blue #69EFE0
Tints of Turquoise Blue #69EFE0
RGB
CMYK
RGB Variations
Color information
#69EFE0 (or 0x69EFE0) is known color: Turquoise Blue. HEX triplet: 69, EF and E0. RGB value is (105,239,224). Sum of RGB (Red+Green+Blue) = 105+239+224=568 (75% of max value = 765). Red value is 105 (41.41% from 255 or 18.49% from 568); Green value is 239 (93.75% from 255 or 42.08% from 568); Blue value is 224 (87.89% from 255 or 39.44% from 568); Max value from RGB is 239 - color contains mainly: green. Hex color #69EFE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69EFE0 is #96101F. Grayscale: #C5C5C5. Windows color (decimal): -9834528 or 14741353. OLE color: 14741353.
HSL color Cylindrical-coordinate representation of color #69EFE0: hue angle of 173.28º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69EFE0 is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 105 | 239 | 224 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.06 |
| HSL | 173.28º | 0.81% | 0.67% | - |
| HSV(B) | 173.28º | 0.56% | 0.94% | - |
| XYZ | 50.15 | 70.12 | 81.41 | - |
| YUV | 197.22 | 143.11 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 239 | 224 | 0.56 | 0 | 0.06 | 0.06 | 173.28 | 0.81 | 0.67 |
| Hex | 69 | EF | E0 | 38 | 0 | 6 | 6 | AD | 51 | 43 |
| Octal | 151 | 357 | 340 | 70 | 0 | 6 | 6 | 255 | 121 | 103 |
| Binary | 1101001 | 11101111 | 11100000 | 111000 | 0 | 110 | 110 | 10101101 | 1010001 | 1000011 |
Color Harmonies of #69EFE0
Complementary color
Monochromatic Colors of #69EFE0
Black with #69EFE0
Text Example
Text Example
White with #69EFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69EFE0; }
p { color: rgb(105,239,224); }
H1.HeaderClassName
{
color: #69EFE0;
}
.AnyTagClassName
{
color: #69EFE0;
}
</style>
background-color css
<style>
a { background-color: #69EFE0; }
a { background-color: rgb(105,239,224); }
div.DivClassName
{
background-color: #69EFE0;
}
.BgClassName
{
background-color: #69EFE0;
}
</style>
border-color css
<style>
span { border-color: #69EFE0; }
span { border-color: rgb(105,239,224); }
td.TdClassName
{
border-color: #69EFE0;
}
.TagClassName
{
border-color: #69EFE0;
}
</style>