#38C9BA

Color #38C9BA Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #38C9BA

Tints of Medium Turquoise #38C9BA

Color information

#38C9BA (or 0x38C9BA) is unknown color: approx Medium Turquoise. HEX triplet: 38, C9 and BA. RGB value is (56,201,186). Sum of RGB (Red+Green+Blue) = 56+201+186=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #38C9BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38C9BA is #C73645. Grayscale: #9B9B9B. Windows color (decimal): -13055558 or 12241208. OLE color: 12241208.

HSL color Cylindrical-coordinate representation of color #38C9BA: hue angle of 173.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C9BA is Cyan = 0.72, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB56201186-
CMYK0.7200.070.21
HSL173.79º57.31%50.39%-
HSV(B)173.79º72.14%78.82%-
XYZ31.3846.1653.71-
YUV155.94144.9656.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 12.64%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 186 (73.05% from 255) = 41.99%
R=12.64%
G=45.37%
B=41.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal562011860.7200.070.21173.7957.3150.39
Hex38C9BA480715ae3932
Octal7031127211007252567162
Binary1110001100100110111010100100001111010110101110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38C9BA; }

 p { color: rgb(56,201,186); }

 H1.HeaderClassName
 {
   color: #38C9BA;
 }
 .AnyTagClassName
 {
   color: #38C9BA;
 }
</style>
background-color css

<style>
 a { background-color: #38C9BA; }

 a { background-color: rgb(56,201,186); }

 div.DivClassName
 {
   background-color: #38C9BA;
 }
 .BgClassName
 {
   background-color: #38C9BA;
 }
</style>
border-color css

<style>
 span { border-color: #38C9BA; }

 span { border-color: rgb(56,201,186); }

 td.TdClassName
 {
   border-color: #38C9BA;
 }
 .TagClassName
 {
   border-color: #38C9BA;
 }
</style>