#38D1C7

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

Shades of Medium Turquoise #38D1C7

Tints of Medium Turquoise #38D1C7

Color information

#38D1C7 (or 0x38D1C7) is unknown color: approx Medium Turquoise. HEX triplet: 38, D1 and C7. RGB value is (56,209,199). Sum of RGB (Red+Green+Blue) = 56+209+199=464 (61% of max value = 765). Red value is 56 (22.27% from 255 or 12.07% from 464); Green value is 209 (82.03% from 255 or 45.04% from 464); Blue value is 199 (78.12% from 255 or 42.89% from 464); Max value from RGB is 209 - color contains mainly: green. Hex color #38D1C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38D1C7 is #C72E38. Grayscale: #A2A2A2. Windows color (decimal): -13053497 or 13095224. OLE color: 13095224.

HSL color Cylindrical-coordinate representation of color #38D1C7: hue angle of 176.08º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D1C7 is Cyan = 0.73, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB56209199-
CMYK0.7300.050.18
HSL176.08º62.45%51.96%-
HSV(B)176.08º73.21%81.96%-
XYZ34.7450.5761.96-
YUV162.11148.8152.31-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.07%
GREEN value IS 209 (82.03% from 255) = 45.04%
BLUE value IS 199 (78.12% from 255) = 42.89%
R=12.07%
G=45.04%
B=42.89%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal562091990.7300.050.18176.0862.4551.96
Hex38D1C7490512b03e34
Octal7032130711105222607664
Binary1110001101000111000111100100101011001010110000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D1C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,209,199); }

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

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

 a { background-color: rgb(56,209,199); }

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

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

 span { border-color: rgb(56,209,199); }

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