Shades of Turquoise #38F9F2
Tints of Turquoise #38F9F2
RGB
CMYK
RGB Variations
Color information
#38F9F2 (or 0x38F9F2) is known color: Turquoise. HEX triplet: 38, F9 and F2. RGB value is (56,249,242). Sum of RGB (Red+Green+Blue) = 56+249+242=547 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.24% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 242 (94.92% from 255 or 44.24% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #38F9F2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38F9F2 is #C7060D. Grayscale: #BEBEBE. Windows color (decimal): -13043214 or 15923512. OLE color: 15923512.
HSL color Cylindrical-coordinate representation of color #38F9F2: hue angle of 177.82º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F9F2 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 56 | 249 | 242 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.02 |
| HSL | 177.82º | 0.94% | 0.6% | - |
| HSV(B) | 177.82º | 0.78% | 0.98% | - |
| XYZ | 51.53 | 75 | 95.77 | - |
| YUV | 190.5 | 157.06 | 32.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 249 | 242 | 0.78 | 0 | 0.03 | 0.02 | 177.82 | 0.94 | 0.6 |
| Hex | 38 | F9 | F2 | 4E | 0 | 3 | 2 | B2 | 5E | 3C |
| Octal | 70 | 371 | 362 | 116 | 0 | 3 | 2 | 262 | 136 | 74 |
| Binary | 111000 | 11111001 | 11110010 | 1001110 | 0 | 11 | 10 | 10110010 | 1011110 | 111100 |
Color Harmonies of #38F9F2
Complementary color
Monochromatic Colors of #38F9F2
Black with #38F9F2
Text Example
Text Example
White with #38F9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38F9F2; }
p { color: rgb(56,249,242); }
H1.HeaderClassName
{
color: #38F9F2;
}
.AnyTagClassName
{
color: #38F9F2;
}
</style>
background-color css
<style>
a { background-color: #38F9F2; }
a { background-color: rgb(56,249,242); }
div.DivClassName
{
background-color: #38F9F2;
}
.BgClassName
{
background-color: #38F9F2;
}
</style>
border-color css
<style>
span { border-color: #38F9F2; }
span { border-color: rgb(56,249,242); }
td.TdClassName
{
border-color: #38F9F2;
}
.TagClassName
{
border-color: #38F9F2;
}
</style>